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

References

tools/clang/unittests/AST/StructuralEquivalenceTest.cpp
 1312   auto X = findDeclPair<FunctionDecl>(TU, functionDecl(hasName("x")));
 1315   EXPECT_FALSE(isInNonEqCache(findDeclPair<CXXRecordDecl>(
 1317   EXPECT_FALSE(isInNonEqCache(findDeclPair<CXXRecordDecl>(
 1349   auto C = findDeclPair<CXXRecordDecl>(
 1354   EXPECT_FALSE(isInNonEqCache(findDeclPair<CXXRecordDecl>(
 1356   EXPECT_FALSE(isInNonEqCache(findDeclPair<CXXRecordDecl>(
 1359       findDeclPair<FunctionDecl>(TU, functionDecl(hasName("x")))));
 1361       findDeclPair<FunctionDecl>(TU, functionDecl(hasName("y")))));
 1388   auto C = findDeclPair<CXXRecordDecl>(
 1393   EXPECT_FALSE(isInNonEqCache(findDeclPair<CXXRecordDecl>(
 1396       findDeclPair<FunctionDecl>(TU, functionDecl(hasName("x")))));