Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DPPLexerChange.cpp466 if (Module *Mod = getCurrentModule()) { in HandleEndOfFile()
H A DPreprocessor.cpp465 Module *Preprocessor::getCurrentModule() { in getCurrentModule() function in Preprocessor
H A DPPDirectives.cpp591 if (Module *CurMod = getCurrentModule()) in getModuleForLocation()
604 return getCurrentModule(); in getModuleForLocation()
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h1320 Module *getCurrentModule();
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSema.cpp718 if (Module *CurrentModule = PP.getCurrentModule()) { in ActOnEndOfTranslationUnit()