Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMTActions.cpp18 CI.getPCHContainerOperations(), in BeginInvocation()
32 CI.getPCHContainerOperations(), in BeginInvocation()
41 CI.getInvocation(), getCurrentInput(), CI.getPCHContainerOperations(), in BeginInvocation()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp78 CompilerInstance Instance(CI.getPCHContainerOperations()); in onBodySynthesis()
/freebsd-14.2/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp233 auto PCHOps = Clang->getPCHContainerOperations(); in cc1_main()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp126 new CompilerInstance(CI.getPCHContainerOperations())); in createChainedIncludesSource()
H A DCompilerInstance.cpp1233 CompilerInstance Instance(ImportingInstance.getPCHContainerOperations(),
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp245 CompilerInstance Instance(CI.getPCHContainerOperations(), in visitModuleFile()
/freebsd-14.2/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp570 CI.getPCHContainerOperations()->getRawReader(), ASTUnit::LoadEverything, in loadFromDump()
614 CI.getPCHContainerOperations(), Diags, in loadFromSource()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h556 std::shared_ptr<PCHContainerOperations> getPCHContainerOperations() const { in getPCHContainerOperations() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp79 auto PCHOps = Clang->getPCHContainerOperations(); in CreateCI()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp2283 compiler.getPCHContainerOperations()->registerReader( in DoExecute()