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.cpp482 Module *Preprocessor::getCurrentModule() { in getCurrentModule() function in Preprocessor
DPPDirectives.cpp776 BuildSystemModule = getCurrentModule()->IsSystem; in LookupFile()
/external/clang/include/clang/Lex/
DPreprocessor.h1622 Module *getCurrentModule();
/external/clang/lib/Sema/
DSema.cpp747 if (Module *CurrentModule = PP.getCurrentModule()) { in ActOnEndOfTranslationUnit()
/external/clang/lib/Serialization/
DASTReader.cpp780 bool IsModule = Reader.getPreprocessor().getCurrentModule() != nullptr; in markIdentifierFromAST()