Home
last modified time | relevance | path

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

/external/clang/lib/Tooling/
DTooling.cpp92 clang::CompilerInvocation *Invocation = new clang::CompilerInvocation; in newInvocation() local
135 ToolInvocation Invocation(getSyntaxOnlyToolArgs(Args, FileNameRef), in runToolOnCodeWithArgs() local
252 std::unique_ptr<clang::CompilerInvocation> Invocation( in run() local
268 clang::CompilerInvocation *Invocation, in runInvocation()
282 CompilerInvocation *Invocation, FileManager *Files, in runInvocation()
418 ToolInvocation Invocation(std::move(CommandLine), Action, Files.get(), in run() local
445 bool runInvocation(CompilerInvocation *Invocation, FileManager *Files, in runInvocation()
492 ToolInvocation Invocation(getSyntaxOnlyToolArgs(Args, FileNameRef), &Action, in buildASTFromCodeWithArgs() local
/external/llvm/tools/llvm-cov/
Dllvm-cov.cpp71 std::string Invocation = std::string(argv[0]) + " " + argv[1]; in main() local
/external/mockito/src/org/mockito/invocation/
DInvocation.java20 public interface Invocation extends InvocationOnMock, DescribedInvocation { interface
/external/clang/tools/clang-fuzzer/
DClangFuzzer.cpp35 std::unique_ptr<clang::CompilerInvocation> Invocation( in LLVMFuzzerTestOneInput() local
/external/easymock/src/org/easymock/internal/
DInvocation.java29 public class Invocation implements Serializable { class
42 public Invocation(Object mock, Method method, Object[] args) { in Invocation() method in Invocation
/external/clang/lib/StaticAnalyzer/Frontend/
DModelInjector.cpp66 IntrusiveRefCntPtr<CompilerInvocation> Invocation( in onBodySynthesis() local
/external/clang/unittests/AST/
DExternalASTSourceTest.cpp51 CompilerInvocation *Invocation = new CompilerInvocation; in testExternalASTSource() local
/external/clang/tools/diagtool/
DShowEnabledWarnings.cpp70 std::unique_ptr<CompilerInvocation> Invocation( in createDiagnostics() local
/external/clang/unittests/Frontend/
DFrontendActionTest.cpp173 CompilerInvocation *Invocation = new CompilerInvocation; in TEST() local
/external/clang/unittests/Tooling/
DToolingTest.cpp164 clang::tooling::ToolInvocation Invocation(Args, new SyntaxOnlyAction, in TEST() local
190 clang::tooling::ToolInvocation Invocation(Args, new SyntaxOnlyAction, in TEST() local
/external/clang/include/clang/Frontend/
DCompilerInstance.h73 IntrusiveRefCntPtr<CompilerInvocation> Invocation; variable
DASTUnit.h116 IntrusiveRefCntPtr<CompilerInvocation> Invocation; variable
/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp424 std::string Invocation(ProgName.str() + " " + argv[1]); in main() local
/external/clang/lib/Frontend/
DCompilerInstance.cpp895 IntrusiveRefCntPtr<CompilerInvocation> Invocation in compileModuleImpl() local
DASTUnit.cpp1190 ASTUnit::ComputePreamble(CompilerInvocation &Invocation, unsigned MaxLines) { in ComputePreamble()