Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DTooling.h88 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
105 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
166 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
167 std::make_shared<PCHContainerOperations>());
190 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
191 std::make_shared<PCHContainerOperations>(),
200 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
201 std::make_shared<PCHContainerOperations>());
213 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
214 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/Frontend/
H A DASTUnit.h74 class PCHContainerOperations; variable
385 bool Parse(std::shared_ptr<PCHContainerOperations> PCHContainerOps,
390 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
736 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
771 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
799 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
848 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
881 bool Reparse(std::shared_ptr<PCHContainerOperations> PCHContainerOps,
918 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
H A DPrecompiledPreamble.h39 class PCHContainerOperations; variable
89 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
H A DCompilerInstance.h140 std::shared_ptr<PCHContainerOperations> ThePCHContainerOperations;
209 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
210 std::make_shared<PCHContainerOperations>(),
566 std::shared_ptr<PCHContainerOperations> getPCHContainerOperations() const { in getPCHContainerOperations()
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp182 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in runToolOnCode()
211 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in runToolOnCodeWithArgs()
228 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runToolOnCodeWithArgs()
351 FileManager *Files, std::shared_ptr<PCHContainerOperations> PCHContainerOps) in ToolInvocation()
358 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in ToolInvocation()
430 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in runInvocation()
444 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runInvocation()
471 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in ClangTool()
649 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runInvocation()
682 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.cpp27 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in RefactoringTool()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DPCHContainerOperations.cpp68 PCHContainerOperations::PCHContainerOperations() { in PCHContainerOperations() function in PCHContainerOperations
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DPCHContainerOperations.h87 class PCHContainerOperations {
95 PCHContainerOperations();
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningWorker.h144 std::shared_ptr<PCHContainerOperations> PCHContainerOps;
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DCodeCompletion.cpp366 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.cpp168 auto PCHOpts = std::make_shared<PCHContainerOperations>(); in main()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1144 bool ASTUnit::Parse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, in Parse()
1341 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in getMainBufferWithPrecompiledPreamble()
1558 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCompilerInvocationAction()
1696 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCompilerInvocation()
1733 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCompilerInvocation()
1772 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCommandLine()
1878 bool ASTUnit::Reparse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, in Reparse()
2199 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in CodeComplete()
H A DPrecompiledPreamble.cpp417 std::shared_ptr<PCHContainerOperations> PCHContainerOps, bool StoreInMemory, in Build()
H A DCompilerInstance.cpp70 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in CompilerInstance()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp392 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runInvocation()
602 PCHContainerOps = std::make_shared<PCHContainerOperations>(); in DependencyScanningWorker()
714 std::shared_ptr<clang::PCHContainerOperations> &PCHContainerOps, in createAndRunToolInvocation()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp223 auto PCHOps = std::make_shared<PCHContainerOperations>(); in cc1_main()
/freebsd/contrib/llvm-project/lldb/tools/lldb-rpc/lldb-rpc-gen/
H A Dlldb-rpc-gen.cpp385 auto PCHOpts = std::make_shared<PCHContainerOperations>(); in main()
/freebsd/lib/clang/libclang/
H A DMakefile673 SRCS_MIN+= Serialization/PCHContainerOperations.cpp