Home
last modified time | relevance | path

Searched refs:setCompilerInstance (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTMerge.cpp29 AdaptedAction->setCompilerInstance(&CI); in BeginSourceFileAction()
H A DFrontendAction.cpp556 setCompilerInstance(&CI); in BeginSourceFile()
940 setCompilerInstance(nullptr); in BeginSourceFile()
1026 setCompilerInstance(nullptr); in EndSourceFile()
1083 WrappedAction->setCompilerInstance(&CI); in BeginSourceFileAction()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendAction.h124 void setCompilerInstance(CompilerInstance *Value) { Instance = Value; } in setCompilerInstance() function