Home
last modified time | relevance | path

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

1234

/external/llvm-project/clang/unittests/Frontend/
DOutputStreamTest.cpp25 auto Invocation = std::make_shared<CompilerInvocation>(); in TEST() local
49 auto Invocation = std::make_shared<CompilerInvocation>(); in TEST() local
78 auto Invocation = std::make_shared<CompilerInvocation>(); in TEST() local
DFrontendActionTest.cpp176 auto Invocation = std::make_shared<CompilerInvocation>(); in TEST() local
235 auto Invocation = std::make_shared<CompilerInvocation>(); in TEST() local
268 auto Invocation = std::make_shared<CompilerInvocation>(); in TEST() local
DCodeGenActionTest.cpp44 auto Invocation = std::make_shared<CompilerInvocation>(); in TEST() local
/external/clang/lib/Tooling/
DTooling.cpp94 clang::CompilerInvocation *Invocation = new clang::CompilerInvocation; in newInvocation() local
140 ToolInvocation Invocation(getSyntaxOnlyToolArgs(ToolName, Args, FileNameRef), in runToolOnCodeWithArgs() local
260 std::unique_ptr<clang::CompilerInvocation> Invocation( in run() local
276 clang::CompilerInvocation *Invocation, in runInvocation()
290 CompilerInvocation *Invocation, FileManager *Files, in runInvocation()
442 ToolInvocation Invocation(std::move(CommandLine), Action, Files.get(), in run() local
469 bool runInvocation(CompilerInvocation *Invocation, FileManager *Files, in runInvocation()
515 ToolInvocation Invocation(getSyntaxOnlyToolArgs(ToolName, Args, FileNameRef), in buildASTFromCodeWithArgs() local
/external/llvm-project/clang/lib/Tooling/
DTooling.cpp148 CompilerInvocation *Invocation = new CompilerInvocation; in newInvocation() local
194 ToolInvocation Invocation( in runToolOnCodeWithArgs() local
354 std::unique_ptr<CompilerInvocation> Invocation( in run() local
362 std::shared_ptr<CompilerInvocation> Invocation, in runInvocation()
376 std::shared_ptr<CompilerInvocation> Invocation, FileManager *Files, in runInvocation()
545 ToolInvocation Invocation(std::move(CommandLine), Action, Files.get(), in run() local
575 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, in runInvocation()
633 ToolInvocation Invocation( in buildASTFromCodeWithArgs() local
/external/libese/apps/boot/tests/
Dese_app_boot_tests.cpp69 struct Invocation { struct in FakeTransceive
70 std::vector<uint8_t> rx;
71 std::vector<uint8_t> expected_tx;
/external/libabigail/doc/manuals/
Dabilint.rst20 Invocation chapter
Dkmidiff.rst58 Invocation chapter
Dabicompat.rst15 Invocation chapter
Dabidw.rst24 Invocation chapter
Dabidiff.rst23 Invocation chapter
Dfedabipkgdiff.rst24 Invocation chapter
Dabipkgdiff.rst21 Invocation chapter
/external/llvm-project/clang/unittests/Tooling/Syntax/
DTreeTestBase.h51 std::shared_ptr<CompilerInvocation> Invocation; variable
/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/unittests/Frontend/
DCodeGenActionTest.cpp43 CompilerInvocation *Invocation = new CompilerInvocation; in TEST() local
/external/clang/tools/clang-fuzzer/
DClangFuzzer.cpp35 std::unique_ptr<clang::CompilerInvocation> Invocation( in LLVMFuzzerTestOneInput() local
/external/llvm-project/llvm/tools/llvm-cov/
Dllvm-cov.cpp80 std::string Invocation = std::string(argv[0]) + " " + argv[1]; in main() local
/external/mockito/src/main/java/org/mockito/invocation/
DInvocation.java23 public interface Invocation extends InvocationOnMock, DescribedInvocation { interface
/external/llvm/tools/llvm-cov/
Dllvm-cov.cpp79 std::string Invocation = std::string(argv[0]) + " " + argv[1]; in main() local
/external/llvm-project/clang/tools/clang-fuzzer/handle-cxx/
Dhandle_cxx.cpp39 std::unique_ptr<clang::CompilerInvocation> Invocation( in HandleCXX() local
/external/llvm-project/clang/lib/StaticAnalyzer/Frontend/
DModelInjector.cpp67 auto Invocation = std::make_shared<CompilerInvocation>(CI.getInvocation()); in onBodySynthesis() local
/external/llvm-project/clang-tools-extra/clang-tidy/android/
DComparisonInTempFailureRetryCheck.cpp70 SourceLocation Invocation = SM.getImmediateMacroCallerLoc(LocStart); in check() local
/external/libese/libese-teq1/tests/
Dteq1_unittests.cpp476 struct Invocation { struct in EseWireFake
477 std::vector<uint8_t> rx;
478 std::vector<uint8_t> expected_tx;
479 int expect_reset;
/external/clang/lib/StaticAnalyzer/Frontend/
DModelInjector.cpp66 IntrusiveRefCntPtr<CompilerInvocation> Invocation( in onBodySynthesis() local

1234