Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp77 CI.getPCHContainerOperations()); in onBodySynthesis()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp126 std::move(CInvok), CI.getPCHContainerOperations()); in createChainedIncludesSource()
H A DCompilerInstance.cpp1210 std::move(Invocation), getPCHContainerOperations(), &getModuleCache()); in cloneForModuleCompileImpl()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp246 CI.getPCHContainerOperations(), &CI.getModuleCache()); in visitModuleFile()
/freebsd/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp570 ASTDumpPath, CI.getPCHContainerOperations()->getRawReader(), in loadFromDump()
615 CI.getPCHContainerOperations(), DiagOpts, Diags, in loadFromSource()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h566 std::shared_ptr<PCHContainerOperations> getPCHContainerOperations() const { in getPCHContainerOperations() function
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp93 auto PCHOps = Clang->getPCHContainerOperations(); in CreateCI()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp2221 compiler.getPCHContainerOperations()->registerReader( in DoExecute()