Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaModule.cpp396 getCurrentModule()->Exports.emplace_back(Mod, false); in ActOnModuleImport()
494 cast<Decl>(DC)->setLocalOwningModule(getCurrentModule()); in ActOnModuleEnd()
495 if (!getCurrentModule()) in ActOnModuleEnd()
H A DSema.cpp1143 if (Module *CurrentModule = PP.getCurrentModule()) { in ActOnEndOfTranslationUnit()
H A DSemaLookup.cpp1505 if (auto *M = getCurrentModule()) in makeMergedDefinitionVisible()
H A DSemaDecl.cpp4309 EmittedDiag |= noteFromModuleOrInclude(getCurrentModule(), NewIncLoc); in notePreviousDefinition()
16001 PrevDecl->getOwningModule() != getCurrentModule()) && in ActOnTag()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendAction.h161 Module *getCurrentModule() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp289 getCurrentModule()->print(OS); in BeginSourceFileAction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPLexerChange.cpp536 if (Module *Mod = getCurrentModule()) { in HandleEndOfFile()
H A DPreprocessor.cpp517 Module *Preprocessor::getCurrentModule() { in getCurrentModule() function in Preprocessor
H A DPPDirectives.cpp779 BuildSystemModule = getCurrentModule()->IsSystem; in LookupFile()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendActions.cpp856 getCurrentModule()->print(*OS); in ExecuteAction()
H A DFrontendAction.cpp143 Module *FrontendAction::getCurrentModule() const { in getCurrentModule() function in FrontendAction
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h1992 Module *getCurrentModule();
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h2146 Module *getCurrentModule() const { in getCurrentModule() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp954 bool IsModule = Reader.getPreprocessor().getCurrentModule() != nullptr; in markIdentifierFromAST()