Home
last modified time | relevance | path

Searched refs:PCHContainerOperations (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DTooling.h190 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
191 std::make_shared<PCHContainerOperations>(),
200 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
201 std::make_shared<PCHContainerOperations>());
214 std::make_shared<PCHContainerOperations>());
232 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
233 std::make_shared<PCHContainerOperations>(),
255 std::make_shared<PCHContainerOperations>());
299 std::shared_ptr<PCHContainerOperations> PCHContainerOps;
328 std::make_shared<PCHContainerOperations>(),
[all …]
H A DAllTUsExecution.h35 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
36 std::make_shared<PCHContainerOperations>());
43 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
44 std::make_shared<PCHContainerOperations>());
H A DStandaloneExecution.h42 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
43 std::make_shared<PCHContainerOperations>());
51 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
52 std::make_shared<PCHContainerOperations>());
H A DRefactoring.h42 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
43 std::make_shared<PCHContainerOperations>());
/freebsd/contrib/llvm-project/clang/include/clang/ARCMigrate/
H A DARCMT.h19 class PCHContainerOperations; variable
42 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
54 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
70 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
98 std::shared_ptr<PCHContainerOperations> PCHContainerOps;
106 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h74 class PCHContainerOperations; variable
373 bool Parse(std::shared_ptr<PCHContainerOperations> PCHContainerOps,
378 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
721 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
756 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
783 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
831 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
863 bool Reparse(std::shared_ptr<PCHContainerOperations> PCHContainerOps,
900 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
H A DPrecompiledPreamble.h39 class PCHContainerOperations; variable
89 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
H A DCompilerInstance.h132 std::shared_ptr<PCHContainerOperations> ThePCHContainerOperations;
191 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
192 std::make_shared<PCHContainerOperations>(),
556 std::shared_ptr<PCHContainerOperations> getPCHContainerOperations() const { in getPCHContainerOperations()
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp185 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in runToolOnCode()
214 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in runToolOnCodeWithArgs()
231 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runToolOnCodeWithArgs()
354 FileManager *Files, std::shared_ptr<PCHContainerOperations> PCHContainerOps) in ToolInvocation()
361 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in ToolInvocation()
432 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in runInvocation()
446 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runInvocation()
473 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in ClangTool()
651 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runInvocation()
683 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in buildASTFromCode()
[all …]
H A DAllTUsExecution.cpp66 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in AllTUsToolExecutor()
72 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in AllTUsToolExecutor()
129 std::make_shared<PCHContainerOperations>(), FS); in execute()
H A DStandaloneExecution.cpp33 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in StandaloneToolExecutor()
44 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in StandaloneToolExecutor()
H A DRefactoring.cpp29 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in RefactoringTool()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DPCHContainerOperations.cpp70 PCHContainerOperations::PCHContainerOperations() { in PCHContainerOperations() function in PCHContainerOperations
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DPCHContainerOperations.h87 class PCHContainerOperations {
95 PCHContainerOperations();
H A DGlobalModuleIndex.h36 class PCHContainerOperations; variable
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp237 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in checkForManualIssues()
338 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in applyTransforms()
384 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in applyTransformations()
392 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in migrateWithTemporaryFiles()
509 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in MigrationProcess()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningWorker.h108 std::shared_ptr<PCHContainerOperations> PCHContainerOps;
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp150 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runInvocation()
320 PCHContainerOps = std::make_shared<PCHContainerOperations>(); in DependencyScanningWorker()
406 std::shared_ptr<clang::PCHContainerOperations> &PCHContainerOps, in createAndRunToolInvocation()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DCodeCompletion.cpp365 InterpCI->getInvocationPtr(), std::make_shared<PCHContainerOperations>(), in codeComplete()
383 std::make_shared<clang::PCHContainerOperations>(), *diag, in codeComplete()
/freebsd/contrib/llvm-project/lldb/tools/lldb-instr/
H A DInstrument.cpp167 auto PCHOpts = std::make_shared<PCHContainerOperations>(); in main()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp137 CompilerInstance Compiler(std::make_shared<clang::PCHContainerOperations>()); in main()
/freebsd/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp78 std::make_shared<PCHContainerOperations>()); in TestAST()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1131 bool ASTUnit::Parse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, in Parse()
1328 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in getMainBufferWithPrecompiledPreamble()
1539 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCompilerInvocationAction()
1675 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCompilerInvocation()
1710 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCompilerInvocation()
1747 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCommandLine()
1851 bool ASTUnit::Reparse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, in Reparse()
2171 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in CodeComplete()
H A DPrecompiledPreamble.cpp417 std::shared_ptr<PCHContainerOperations> PCHContainerOps, bool StoreInMemory, in Build()
H A DCompilerInstance.cpp66 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in CompilerInstance()

12