Home
last modified time | relevance | path

Searched refs:getPCHContainerOperations (Results 1 – 10 of 10) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDARCMTActions.cpp18 CI.getPCHContainerOperations(), in BeginInvocation()
32 CI.getPCHContainerOperations(), in BeginInvocation()
41 CI.getInvocation(), getCurrentInput(), CI.getPCHContainerOperations(), in BeginInvocation()
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
HDModelInjector.cpp78 CompilerInstance Instance(CI.getPCHContainerOperations()); in onBodySynthesis()
/freebsd-14-stable/contrib/llvm-project/clang/tools/driver/
HDcc1_main.cpp218 auto PCHOps = Clang->getPCHContainerOperations(); in cc1_main()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/
HDChainedIncludesSource.cpp126 new CompilerInstance(CI.getPCHContainerOperations())); in createChainedIncludesSource()
HDCompilerInstance.cpp1234 CompilerInstance Instance(ImportingInstance.getPCHContainerOperations(),
/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDFrontendActions.cpp245 CompilerInstance Instance(CI.getPCHContainerOperations(), in visitModuleFile()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CrossTU/
HDCrossTranslationUnit.cpp570 CI.getPCHContainerOperations()->getRawReader(), ASTUnit::LoadEverything, in loadFromDump()
614 CI.getPCHContainerOperations(), Diags, in loadFromSource()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Frontend/
HDCompilerInstance.h580 std::shared_ptr<PCHContainerOperations> getPCHContainerOperations() const { in getPCHContainerOperations() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Interpreter/
HDInterpreter.cpp85 auto PCHOps = Clang->getPCHContainerOperations(); in CreateCI()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectTarget.cpp2215 compiler.getPCHContainerOperations()->registerReader( in DoExecute()