Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DARCMTActions.cpp18 CI.getPCHContainerOperations(), in BeginInvocation()
32 CI.getPCHContainerOperations(), in BeginInvocation()
41 CI.getInvocation(), getCurrentInput(), CI.getPCHContainerOperations(), in BeginInvocation()
/llvm-project-15.0.7/clang/unittests/Serialization/
H A DModuleCacheTest.cpp132 CompilerInstance Instance2(Instance.getPCHContainerOperations(), in TEST_F()
175 CompilerInstance Instance2(Instance.getPCHContainerOperations(), in TEST_F()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndexer.h64 std::shared_ptr<PCHContainerOperations> getPCHContainerOperations() const { in getPCHContainerOperations() function
H A DIndexing.cpp555 CXXIdx->getPCHContainerOperations()->getRawReader().getFormat()); in clang_indexSourceFile_Impl()
620 std::move(CInvok), CXXIdx->getPCHContainerOperations(), Diags, in clang_indexSourceFile_Impl()
H A DCIndexCodeCompletion.cpp764 CXXIdx->getPCHContainerOperations(), *Results->Diag, in clang_codeCompleteAt_Impl()
H A DCIndex.cpp3713 ast_filename, CXXIdx->getPCHContainerOperations()->getRawReader(), in clang_createTranslationUnit2()
3867 CXXIdx->getPCHContainerOperations(), Diags, in clang_parseTranslationUnit_Impl()
3874 CXXIdx->getPCHContainerOperations()->getRawReader().getFormat(), in clang_parseTranslationUnit_Impl()
4461 if (!CXXUnit->Reparse(CXXIdx->getPCHContainerOperations(), in clang_reparseTranslationUnit_Impl()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp79 CompilerInstance Instance(CI.getPCHContainerOperations()); in onBodySynthesis()
/llvm-project-15.0.7/clang/tools/clang-extdef-mapping/
H A DClangExtDefMapGen.cpp154 AstPath.str(), CI->getPCHContainerOperations()->getRawReader(), in HandleAST()
/llvm-project-15.0.7/clang/tools/driver/
H A Dcc1_main.cpp191 auto PCHOps = Clang->getPCHContainerOperations(); in cc1_main()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DChainedIncludesSource.cpp149 new CompilerInstance(CI.getPCHContainerOperations())); in createChainedIncludesSource()
H A DCompilerInstance.cpp1207 CompilerInstance Instance(ImportingInstance.getPCHContainerOperations(),
/llvm-project-15.0.7/clang/lib/Interpreter/
H A DInterpreter.cpp70 auto PCHOps = Clang->getPCHContainerOperations(); in CreateCI()
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp244 CompilerInstance Instance(CI.getPCHContainerOperations(), in visitModuleFile()
/llvm-project-15.0.7/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp570 CI.getPCHContainerOperations()->getRawReader(), ASTUnit::LoadEverything, in loadFromDump()
614 CI.getPCHContainerOperations(), Diags, in loadFromSource()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInstance.h522 std::shared_ptr<PCHContainerOperations> getPCHContainerOperations() const { in getPCHContainerOperations() function
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectTarget.cpp2168 compiler.getPCHContainerOperations()->registerReader( in DoExecute()