Searched defs:Invocation (Results 1 – 11 of 11) sorted by relevance
| /external/clang/lib/Tooling/ |
| D | Tooling.cpp | 97 clang::CompilerInvocation *Invocation = new clang::CompilerInvocation; in newInvocation() local 131 ToolInvocation Invocation(getSyntaxOnlyToolArgs(Args, FileNameRef), ToolAction, in runToolOnCodeWithArgs() local 222 std::unique_ptr<clang::CompilerInvocation> Invocation( in run() local 235 clang::CompilerInvocation *Invocation) { in runInvocation() 246 bool FrontendActionFactory::runInvocation(CompilerInvocation *Invocation, in runInvocation() 355 ToolInvocation Invocation(std::move(CommandLine), Action, Files.get()); in run() local 377 bool runInvocation(CompilerInvocation *Invocation, FileManager *Files, in runInvocation() 413 ToolInvocation Invocation(getSyntaxOnlyToolArgs(Args, FileNameRef), &Action, in buildASTFromCodeWithArgs() local
|
| /external/mockito/src/org/mockito/invocation/ |
| D | Invocation.java | 20 public interface Invocation extends InvocationOnMock, DescribedInvocation { interface
|
| /external/easymock/src/org/easymock/internal/ |
| D | Invocation.java | 29 public class Invocation implements Serializable { class 42 public Invocation(Object mock, Method method, Object[] args) { in Invocation() method in Invocation
|
| /external/clang/unittests/AST/ |
| D | ExternalASTSourceTest.cpp | 51 CompilerInvocation *Invocation = new CompilerInvocation; in testExternalASTSource() local
|
| /external/clang/tools/diagtool/ |
| D | ShowEnabledWarnings.cpp | 67 std::unique_ptr<CompilerInvocation> Invocation( in createDiagnostics() local
|
| /external/llvm/tools/llvm-profdata/ |
| D | llvm-profdata.cpp | 169 std::string Invocation(ProgName.str() + " " + argv[1]); in main() local
|
| /external/clang/unittests/Tooling/ |
| D | ToolingTest.cpp | 149 clang::tooling::ToolInvocation Invocation(Args, new SyntaxOnlyAction, in TEST() local 168 clang::tooling::ToolInvocation Invocation(Args, new SyntaxOnlyAction, in TEST() local
|
| /external/clang/include/clang/Frontend/ |
| D | CompilerInstance.h | 70 IntrusiveRefCntPtr<CompilerInvocation> Invocation; variable
|
| D | ASTUnit.h | 114 IntrusiveRefCntPtr<CompilerInvocation> Invocation; variable
|
| /external/clang/lib/Frontend/ |
| D | CompilerInstance.cpp | 864 IntrusiveRefCntPtr<CompilerInvocation> Invocation in compileModuleImpl() local
|
| D | ASTUnit.cpp | 1198 ASTUnit::ComputePreamble(CompilerInvocation &Invocation, in ComputePreamble()
|