Searched defs:Invocation (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 121 CompilerInvocation *Invocation = new CompilerInvocation; in newInvocation() local 168 ToolInvocation Invocation( in runToolOnCodeWithArgs() local 320 std::unique_ptr<CompilerInvocation> Invocation( in run() local 336 std::shared_ptr<CompilerInvocation> Invocation, in runInvocation() 350 std::shared_ptr<CompilerInvocation> Invocation, FileManager *Files, in runInvocation() 515 ToolInvocation Invocation(std::move(CommandLine), Action, Files.get(), in run() local 544 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, in runInvocation() 597 ToolInvocation Invocation( in buildASTFromCodeWithArgs() local
|
| /freebsd-12.1/contrib/llvm/tools/llvm-cov/ |
| H A D | llvm-cov.cpp | 81 std::string Invocation = std::string(argv[0]) + " " + argv[1]; in main() local
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | ModelInjector.cpp | 66 auto Invocation = std::make_shared<CompilerInvocation>(CI.getInvocation()); in onBodySynthesis() local
|
| /freebsd-12.1/sys/contrib/dev/acpica/include/ |
| H A D | acdebug.h | 174 char *Invocation; /* Command Invocation */ member
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | PrecompiledPreamble.cpp | 233 const CompilerInvocation &Invocation, in Build() 411 bool PrecompiledPreamble::CanReuse(const CompilerInvocation &Invocation, in CanReuse()
|
| H A D | CompilerInstance.cpp | 1035 auto Invocation = local
|
| H A D | ASTUnit.cpp | 157 getBufferForFileHandlingRemapping(const CompilerInvocation &Invocation, in getBufferForFileHandlingRemapping()
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/debugger/ |
| H A D | dbinput.c | 482 char *Invocation = Help->Invocation; in AcpiDbMatchCommandHelp() local
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/ |
| H A D | CompilerInstance.h | 75 std::shared_ptr<CompilerInvocation> Invocation; variable
|
| H A D | ASTUnit.h | 137 std::shared_ptr<CompilerInvocation> Invocation; variable
|
| /freebsd-12.1/contrib/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 964 std::string Invocation(ProgName.str() + " " + argv[1]); in main() local
|