Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPLexerChange.cpp447 if (Module *Mod = getCurrentModule()) { in HandleEndOfFile()
DPreprocessor.cpp442 Module *Preprocessor::getCurrentModule() { in getCurrentModule() function in Preprocessor
DPPDirectives.cpp543 if (Module *CurMod = getCurrentModule()) in getModuleForLocation()
556 return getCurrentModule(); in getModuleForLocation()
/external/clang/include/clang/Lex/
DPreprocessor.h1284 Module *getCurrentModule();
/external/clang/lib/Sema/
DSema.cpp691 if (Module *CurrentModule = PP.getCurrentModule()) { in ActOnEndOfTranslationUnit()