reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/unittests/ASTMatchers/ASTMatchersInternalTest.cpp
  192   EXPECT_TRUE(matchesConditionally("#include <other>\n",
  200   EXPECT_TRUE(matchesConditionally(
  203   EXPECT_TRUE(matchesConditionally("#include \"other\"\n",
  215   EXPECT_TRUE(matchesConditionally(
  221   EXPECT_TRUE(matchesConditionally(
tools/clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
  955   EXPECT_TRUE(matchesConditionally(
  958   EXPECT_TRUE(matchesConditionally(
  961   EXPECT_TRUE(matchesConditionally(
 1283   EXPECT_TRUE(matchesConditionally(
 1286   EXPECT_TRUE(matchesConditionally("struct S { explicit(true) S(int);};",
 1289   EXPECT_TRUE(matchesConditionally("struct S { explicit(false) S(int);};",
 1295   EXPECT_TRUE(matchesConditionally("template<typename T> struct S { S(int);};"
 1299   EXPECT_TRUE(matchesConditionally("template<typename T> struct S { S(int);};"
 1303   EXPECT_TRUE(matchesConditionally("template<typename T> struct S { S(int);};"
 1307   EXPECT_TRUE(matchesConditionally("template<typename T> struct S { S(int);};"
 1311   EXPECT_TRUE(matchesConditionally(
tools/clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
  190   EXPECT_TRUE(matchesConditionally("template<typename T>"
  775   EXPECT_TRUE(matchesConditionally(
tools/clang/unittests/ASTMatchers/ASTMatchersTest.h
  175         matchesConditionally(Code, AMatcher, ExpectMatch, LangModeArg);
  208   return matchesConditionally(Code, AMatcher, true, "", FileContentMappings(),
  215   return matchesConditionally(Code, AMatcher, true, "-std=c99",
  222   return matchesConditionally(Code, AMatcher, false, "", FileContentMappings(),
  308   return matchesConditionally(Code, AMatcher, true, "-fopenmp=libomp");
  314   return matchesConditionally(Code, AMatcher, false, "-fopenmp=libomp");
tools/clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
 1421   EXPECT_TRUE(matchesConditionally(
 1430   EXPECT_TRUE(matchesConditionally(
 1824   EXPECT_TRUE(matchesConditionally(
 1827   EXPECT_TRUE(matchesConditionally(
 1831   EXPECT_TRUE(matchesConditionally(
 1835   EXPECT_TRUE(matchesConditionally(
 1839   EXPECT_TRUE(matchesConditionally(
 1843   EXPECT_TRUE(matchesConditionally(
 1847   EXPECT_TRUE(matchesConditionally(
 1851   EXPECT_TRUE(matchesConditionally(
 1855   EXPECT_TRUE(matchesConditionally(
 1861   EXPECT_TRUE(matchesConditionally("template<typename T> struct S { S(int); };"
 1866   EXPECT_TRUE(matchesConditionally("template<typename T> struct S { S(int); };"