Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Tooling/
H A DTooling.cpp97 clang::CompilerInvocation *Invocation = new clang::CompilerInvocation; in newInvocation() local
133 ToolInvocation Invocation(getSyntaxOnlyToolArgs(Args, FileNameRef), in runToolOnCodeWithArgs() local
226 std::unique_ptr<clang::CompilerInvocation> Invocation( in run() local
241 clang::CompilerInvocation *Invocation) { in runInvocation()
252 bool FrontendActionFactory::runInvocation(CompilerInvocation *Invocation, in runInvocation()
360 ToolInvocation Invocation(std::move(CommandLine), Action, Files.get()); in run() local
387 bool runInvocation(CompilerInvocation *Invocation, FileManager *Files, in runInvocation()
423 ToolInvocation Invocation(getSyntaxOnlyToolArgs(Args, FileNameRef), &Action, in buildASTFromCodeWithArgs() local
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-cov/
H A Dllvm-cov.cpp58 std::string Invocation = std::string(argv[0]) + " " + argv[1]; in main() local
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp66 IntrusiveRefCntPtr<CompilerInvocation> Invocation( in onBodySynthesis() local
/minix3/external/bsd/llvm/dist/clang/unittests/AST/
H A DExternalASTSourceTest.cpp51 CompilerInvocation *Invocation = new CompilerInvocation; in testExternalASTSource() local
/minix3/minix/drivers/power/acpi/include/
H A Dacdebug.h60 char *Invocation; /* Command Invocation */ member
/minix3/external/bsd/llvm/dist/clang/tools/diagtool/
H A DShowEnabledWarnings.cpp67 std::unique_ptr<CompilerInvocation> Invocation( in createDiagnostics() local
/minix3/external/bsd/llvm/dist/clang/unittests/Frontend/
H A DFrontendActionTest.cpp172 CompilerInvocation *Invocation = new CompilerInvocation; in TEST() local
/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/
H A DToolingTest.cpp156 clang::tooling::ToolInvocation Invocation(Args, new SyntaxOnlyAction, in TEST() local
175 clang::tooling::ToolInvocation Invocation(Args, new SyntaxOnlyAction, in TEST() local
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp259 std::string Invocation(ProgName.str() + " " + argv[1]); in main() local
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h71 IntrusiveRefCntPtr<CompilerInvocation> Invocation; variable
H A DASTUnit.h114 IntrusiveRefCntPtr<CompilerInvocation> Invocation; variable
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp866 IntrusiveRefCntPtr<CompilerInvocation> Invocation in compileModuleImpl() local
H A DASTUnit.cpp1186 ASTUnit::ComputePreamble(CompilerInvocation &Invocation, unsigned MaxLines) { in ComputePreamble()