Home
last modified time | relevance | path

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

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