Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DARCMTActions.cpp18 CI.getPCHContainerOperations(), in BeginInvocation()
32 CI.getPCHContainerOperations(), in BeginInvocation()
41 CI.getInvocation(), getCurrentInput(), CI.getPCHContainerOperations(), in BeginInvocation()
/openbsd-src/gnu/llvm/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.cpp3741 ast_filename, CXXIdx->getPCHContainerOperations()->getRawReader(), in clang_createTranslationUnit2()
3897 CXXIdx->getPCHContainerOperations(), Diags, in clang_parseTranslationUnit_Impl()
3904 CXXIdx->getPCHContainerOperations()->getRawReader().getFormat(), in clang_parseTranslationUnit_Impl()
4491 if (!CXXUnit->Reparse(CXXIdx->getPCHContainerOperations(), in clang_reparseTranslationUnit_Impl()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp79 CompilerInstance Instance(CI.getPCHContainerOperations()); in onBodySynthesis()
/openbsd-src/gnu/llvm/clang/tools/clang-extdef-mapping/
H A DClangExtDefMapGen.cpp155 AstPath.str(), CI->getPCHContainerOperations()->getRawReader(), in HandleAST()
/openbsd-src/gnu/llvm/clang/tools/driver/
H A Dcc1_main.cpp192 auto PCHOps = Clang->getPCHContainerOperations(); in cc1_main()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DChainedIncludesSource.cpp126 new CompilerInstance(CI.getPCHContainerOperations())); in createChainedIncludesSource()
H A DCompilerInstance.cpp1217 CompilerInstance Instance(ImportingInstance.getPCHContainerOperations(),
/openbsd-src/gnu/llvm/clang/lib/Interpreter/
H A DInterpreter.cpp70 auto PCHOps = Clang->getPCHContainerOperations(); in CreateCI()
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp244 CompilerInstance Instance(CI.getPCHContainerOperations(), in visitModuleFile()
/openbsd-src/gnu/llvm/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp570 CI.getPCHContainerOperations()->getRawReader(), ASTUnit::LoadEverything, in loadFromDump()
614 CI.getPCHContainerOperations(), Diags, in loadFromSource()
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInstance.h524 std::shared_ptr<PCHContainerOperations> getPCHContainerOperations() const { in getPCHContainerOperations() function
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp2183 compiler.getPCHContainerOperations()->registerReader( in DoExecute()