Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaModule.cpp396 getCurrentModule()->Exports.emplace_back(Mod, false); in ActOnModuleImport()
494 cast<Decl>(DC)->setLocalOwningModule(getCurrentModule()); in ActOnModuleEnd()
495 if (!getCurrentModule()) in ActOnModuleEnd()
DSema.cpp1114 if (Module *CurrentModule = PP.getCurrentModule()) { in ActOnEndOfTranslationUnit()
DSemaLookup.cpp1464 if (auto *M = getCurrentModule()) in makeMergedDefinitionVisible()
DSemaDecl.cpp4288 EmittedDiag |= noteFromModuleOrInclude(getCurrentModule(), NewIncLoc); in notePreviousDefinition()
15870 PrevDecl->getOwningModule() != getCurrentModule()) && in ActOnTag()
/external/llvm-project/clang/include/clang/Frontend/
DFrontendAction.h161 Module *getCurrentModule() const;
/external/llvm-project/clang/lib/Frontend/Rewrite/
DFrontendActions.cpp289 getCurrentModule()->print(OS); in BeginSourceFileAction()
/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/llvm-project/clang/lib/Lex/
DPPLexerChange.cpp536 if (Module *Mod = getCurrentModule()) { in HandleEndOfFile()
DPreprocessor.cpp521 Module *Preprocessor::getCurrentModule() { in getCurrentModule() function in Preprocessor
DPPDirectives.cpp755 BuildSystemModule = getCurrentModule()->IsSystem; in LookupFile()
/external/llvm-project/clang/lib/Frontend/
DFrontendActions.cpp857 getCurrentModule()->print(*OS); in ExecuteAction()
DFrontendAction.cpp143 Module *FrontendAction::getCurrentModule() const { in getCurrentModule() function in FrontendAction
/external/clang/include/clang/Lex/
DPreprocessor.h1622 Module *getCurrentModule();
/external/clang/lib/Sema/
DSema.cpp747 if (Module *CurrentModule = PP.getCurrentModule()) { in ActOnEndOfTranslationUnit()
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h1987 Module *getCurrentModule();
/external/clang/lib/Serialization/
DASTReader.cpp780 bool IsModule = Reader.getPreprocessor().getCurrentModule() != nullptr; in markIdentifierFromAST()
/external/llvm-project/clang/include/clang/Sema/
DSema.h2030 Module *getCurrentModule() const { in getCurrentModule() function
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp936 bool IsModule = Reader.getPreprocessor().getCurrentModule() != nullptr; in markIdentifierFromAST()