Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DFrontendAction.h161 Module *getCurrentModule() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp285 getCurrentModule()->print(OS); in BeginSourceFileAction()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPLexerChange.cpp531 if (Module *Mod = getCurrentModule()) { in HandleEndOfFile()
H A DPreprocessor.cpp513 Module *Preprocessor::getCurrentModule() { in getCurrentModule() function in Preprocessor
H A DPPDirectives.cpp691 BuildSystemModule = getCurrentModule()->IsSystem; in LookupFile()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendActions.cpp824 getCurrentModule()->print(*OS); in ExecuteAction()
H A DFrontendAction.cpp142 Module *FrontendAction::getCurrentModule() const { in getCurrentModule() function in FrontendAction
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h1831 Module *getCurrentModule();
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp1000 if (Module *CurrentModule = PP.getCurrentModule()) { in ActOnEndOfTranslationUnit()
H A DSemaDecl.cpp4055 EmittedDiag |= noteFromModuleOrInclude(getCurrentModule(), NewIncLoc); in notePreviousDefinition()
14544 PrevDecl->getOwningModule() != getCurrentModule()) && in ActOnTag()
17133 getCurrentModule()->Exports.emplace_back(Mod, false); in ActOnModuleImport()
17228 cast<Decl>(DC)->setLocalOwningModule(getCurrentModule()); in ActOnModuleEnd()
17229 if (!getCurrentModule()) in ActOnModuleEnd()
H A DSemaLookup.cpp1342 if (auto *M = getCurrentModule()) in makeMergedDefinitionVisible()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1581 Module *getCurrentModule() const { in getCurrentModule() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp930 bool IsModule = Reader.getPreprocessor().getCurrentModule() != nullptr; in markIdentifierFromAST()