Home
last modified time | relevance | path

Searched defs:ClassX (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp303 TypeMatcher ClassX = hasDeclaration(recordDecl(hasName("X"))); in TEST() local
315 TypeMatcher ClassX = hasDeclaration(recordDecl(hasName("X"))); in TEST() local
326 TypeMatcher ClassX = hasDeclaration(recordDecl(hasName("X"))); in TEST() local
335 DeclarationMatcher ClassX = recordDecl(hasName("X")); in TEST() local
344 DeclarationMatcher ClassX = recordDecl(hasName("X")); in TEST() local
352 DeclarationMatcher ClassX = recordDecl(hasName("X")); in TEST() local
H A DASTMatchersNodeTest.cpp103 DeclarationMatcher ClassX = recordDecl(recordDecl(hasName("X"))); in TEST_P() local
142 DeclarationMatcher ClassX = classTemplateDecl(hasName("X")); in TEST_P() local
151 DeclarationMatcher ClassX = classTemplateDecl(hasName("X")); in TEST_P() local
H A DASTMatchersNarrowingTest.cpp1292 DeclarationMatcher ClassX = has(recordDecl(hasName("::X")).bind("x")); in TEST_P() local
1334 DeclarationMatcher ClassX = recordDecl(hasName("X")).bind("x"); in TEST_P() local