Home
last modified time | relevance | path

Searched refs:getCurrentModule (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPPLexerChange.cpp480 if (Module *Mod = getCurrentModule()) { in HandleEndOfFile()
HDPreprocessor.cpp474 Module *Preprocessor::getCurrentModule() { in getCurrentModule() function in Preprocessor
HDPPDirectives.cpp581 if (Module *CurMod = getCurrentModule()) in getModuleForLocation()
594 return getCurrentModule(); in getModuleForLocation()
/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDPreprocessor.h1589 Module *getCurrentModule();
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSema.cpp722 if (Module *CurrentModule = PP.getCurrentModule()) { in ActOnEndOfTranslationUnit()