Home
last modified time | relevance | path

Searched refs:setModuleForCodeGen (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseAST.cpp196 S.getASTContext().setModuleForCodeGen(CodegenModule); in ParseAST()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1083 void setModuleForCodeGen(Module *M) { TopLevelModule = M; } in setModuleForCodeGen() function