Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPLexerChange.cpp480 if (Module *Mod = getCurrentModule()) { in HandleEndOfFile()
DPreprocessor.cpp479 Module *Preprocessor::getCurrentModule() { in getCurrentModule() function in Preprocessor
DPPDirectives.cpp581 if (Module *CurMod = getCurrentModule()) in getModuleForLocation()
594 return getCurrentModule(); in getModuleForLocation()
/external/clang/include/clang/Lex/
DPreprocessor.h1594 Module *getCurrentModule();
/external/clang/lib/Sema/
DSema.cpp750 if (Module *CurrentModule = PP.getCurrentModule()) { in ActOnEndOfTranslationUnit()
/external/clang/lib/Serialization/
DASTReader.cpp789 bool IsModule = Reader.PP.getCurrentModule() != nullptr; in ReadData()
3565 bool IsModule = PP.getCurrentModule() != nullptr; in ReadAST()