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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendAction.h161 Module *getCurrentModule() const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp396 getCurrentModule()->Exports.emplace_back(Mod, false);
494 cast<Decl>(DC)->setLocalOwningModule(getCurrentModule());
495 if (!getCurrentModule())
H A DSema.cpp1100 if (Module *CurrentModule = PP.getCurrentModule()) {
H A DSemaLookup.cpp1446 if (auto *M = getCurrentModule())
H A DSemaDecl.cpp4288 EmittedDiag |= noteFromModuleOrInclude(getCurrentModule(), NewIncLoc);
15753 PrevDecl->getOwningModule() != getCurrentModule()) &&
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp289 getCurrentModule()->print(OS);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp535 if (Module *Mod = getCurrentModule()) {
H A DPreprocessor.cpp523 Module *Preprocessor::getCurrentModule() { function in class:Preprocessor
H A DPPDirectives.cpp752 BuildSystemModule = getCurrentModule()->IsSystem;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp143 Module *FrontendAction::getCurrentModule() const { function in class:FrontendAction
H A DFrontendActions.cpp848 getCurrentModule()->print(*OS);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1973 Module *getCurrentModule();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1897 Module *getCurrentModule() const { function in class:clang::final::CompleteTypeKind
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp934 bool IsModule = Reader.getPreprocessor().getCurrentModule() != nullptr;

Completed in 222 milliseconds