Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp126 new CompilerInstance(CI.getPCHContainerOperations())); in createChainedIncludesSource()
H A DCompilerInstance.cpp1234 CompilerInstance Instance(ImportingInstance.getPCHContainerOperations(),
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp218 auto PCHOps = Clang->getPCHContainerOperations(); in cc1_main()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h580 std::shared_ptr<PCHContainerOperations> getPCHContainerOperations() const { in getPCHContainerOperations() function
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp85 auto PCHOps = Clang->getPCHContainerOperations(); in CreateCI()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp2215 compiler.getPCHContainerOperations()->registerReader( in DoExecute()