Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseAST.cpp194 S.getASTContext().setModuleForCodeGen(CodegenModule); in ParseAST()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1054 void setModuleForCodeGen(Module *M) { TopLevelModule = M; } in setModuleForCodeGen() function