Home
last modified time | relevance | path

Searched defs:PCHContainerOps (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DTooling.cpp158 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in runToolOnCode()
187 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in runToolOnCodeWithArgs()
204 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runToolOnCodeWithArgs()
304 FileManager *Files, std::shared_ptr<PCHContainerOperations> PCHContainerOps) in ToolInvocation()
311 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in ToolInvocation()
367 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in runInvocation()
381 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runInvocation()
408 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in ClangTool()
582 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runInvocation()
618 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in buildASTFromCode()
[all …]
H A DStandaloneExecution.cpp33 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in StandaloneToolExecutor()
44 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in StandaloneToolExecutor()
H A DAllTUsExecution.cpp66 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in AllTUsToolExecutor()
72 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in AllTUsToolExecutor()
H A DRefactoring.cpp29 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in RefactoringTool()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/
H A DTooling.h283 std::shared_ptr<PCHContainerOperations> PCHContainerOps; variable
369 std::shared_ptr<PCHContainerOperations> PCHContainerOps; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningWorker.h68 std::shared_ptr<PCHContainerOperations> PCHContainerOps; variable
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/handle-cxx/
H A Dhandle_cxx.cpp47 std::shared_ptr<PCHContainerOperations> PCHContainerOps = in HandleCXX() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DARCMT.cpp239 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in checkForManualIssues()
340 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in applyTransforms()
386 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in applyTransformations()
394 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in migrateWithTemporaryFiles()
511 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in MigrationProcess()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ARCMigrate/
H A DARCMT.h98 std::shared_ptr<PCHContainerOperations> PCHContainerOps; variable
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexer.h40 std::shared_ptr<PCHContainerOperations> PCHContainerOps; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp1097 bool ASTUnit::Parse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, in Parse()
1294 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in getMainBufferWithPrecompiledPreamble()
1504 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCompilerInvocationAction()
1640 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCompilerInvocation()
1675 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCompilerInvocation()
1712 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCommandLine()
1807 bool ASTUnit::Reparse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, in Reparse()
2123 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in CodeComplete()
H A DPrecompiledPreamble.cpp316 std::shared_ptr<PCHContainerOperations> PCHContainerOps, bool StoreInMemory, in Build()
H A DCompilerInstance.cpp59 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in CompilerInstance()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp62 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runInvocation()
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dcore_main.cpp236 auto PCHContainerOps = std::make_shared<PCHContainerOperations>(); in printSourceSymbols() local