Home
last modified time | relevance | path

Searched refs:setCurrentNamedModule (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp392 getASTContext().setCurrentNamedModule(Mod); in ActOnModuleDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1060 void setCurrentNamedModule(Module *M);
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp886 AST->Ctx->setCurrentNamedModule(M); in LoadFromASTFile()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1102 void ASTContext::setCurrentNamedModule(Module *M) { in setCurrentNamedModule() function in ASTContext