Home
last modified time | relevance | path

Searched defs:Invocation (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DTooling.cpp121 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 Dllvm-cov.cpp81 std::string Invocation = std::string(argv[0]) + " " + argv[1]; in main() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp66 auto Invocation = std::make_shared<CompilerInvocation>(CI.getInvocation()); in onBodySynthesis() local
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Dacdebug.h174 char *Invocation; /* Command Invocation */ member
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp233 const CompilerInvocation &Invocation, in Build()
411 bool PrecompiledPreamble::CanReuse(const CompilerInvocation &Invocation, in CanReuse()
H A DCompilerInstance.cpp1035 auto Invocation = local
H A DASTUnit.cpp157 getBufferForFileHandlingRemapping(const CompilerInvocation &Invocation, in getBufferForFileHandlingRemapping()
/freebsd-12.1/sys/contrib/dev/acpica/components/debugger/
H A Ddbinput.c482 char *Invocation = Help->Invocation; in AcpiDbMatchCommandHelp() local
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInstance.h75 std::shared_ptr<CompilerInvocation> Invocation; variable
H A DASTUnit.h137 std::shared_ptr<CompilerInvocation> Invocation; variable
/freebsd-12.1/contrib/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp964 std::string Invocation(ProgName.str() + " " + argv[1]); in main() local