Home
last modified time | relevance | path

Searched defs:Code1 (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/unittests/AST/
H A DDataCollectionTest.cpp94 isStmtHashEqual(const StatementMatcher &StmtMatch, StringRef Code1, in isStmtHashEqual()
H A DStructuralEquivalenceTest.cpp22 std::string Code0, Code1; // Buffers for SourceManager member
/llvm-project/clang/unittests/Format/
H A DFormatTestJava.cpp632 constexpr StringRef Code1{"i = switch (day) {\n" in TEST_F() local
H A DFormatTest.cpp4777 const StringRef Code1{"asm(\"xyz\" : \"=a\"(a), \"=d\"(b) : \"a\"(data));"}; TEST_F() local
[all...]
/llvm-project/clang/unittests/Tooling/
H A DRefactoringTest.cpp514 std::string Code1 = "Long *a =\n" TEST_F() local
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp6153 static const char Code1[] = "class A { virtual void f(); };" TEST() local