Searched defs:Invocation (Results 1 – 13 of 13) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/lib/Tooling/ |
H A D | Tooling.cpp | 97 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 D | llvm-cov.cpp | 58 std::string Invocation = std::string(argv[0]) + " " + argv[1]; in main() local
|
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Frontend/ |
H A D | ModelInjector.cpp | 66 IntrusiveRefCntPtr<CompilerInvocation> Invocation( in onBodySynthesis() local
|
/minix3/external/bsd/llvm/dist/clang/unittests/AST/ |
H A D | ExternalASTSourceTest.cpp | 51 CompilerInvocation *Invocation = new CompilerInvocation; in testExternalASTSource() local
|
/minix3/minix/drivers/power/acpi/include/ |
H A D | acdebug.h | 60 char *Invocation; /* Command Invocation */ member
|
/minix3/external/bsd/llvm/dist/clang/tools/diagtool/ |
H A D | ShowEnabledWarnings.cpp | 67 std::unique_ptr<CompilerInvocation> Invocation( in createDiagnostics() local
|
/minix3/external/bsd/llvm/dist/clang/unittests/Frontend/ |
H A D | FrontendActionTest.cpp | 172 CompilerInvocation *Invocation = new CompilerInvocation; in TEST() local
|
/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/ |
H A D | ToolingTest.cpp | 156 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 D | llvm-profdata.cpp | 259 std::string Invocation(ProgName.str() + " " + argv[1]); in main() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 71 IntrusiveRefCntPtr<CompilerInvocation> Invocation; variable
|
H A D | ASTUnit.h | 114 IntrusiveRefCntPtr<CompilerInvocation> Invocation; variable
|
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 866 IntrusiveRefCntPtr<CompilerInvocation> Invocation in compileModuleImpl() local
|
H A D | ASTUnit.cpp | 1186 ASTUnit::ComputePreamble(CompilerInvocation &Invocation, unsigned MaxLines) { in ComputePreamble()
|