Home
last modified time | relevance | path

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

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