Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp311 TypeMatcher ClassX = hasDeclaration(recordDecl(hasName("X"))); TEST() local
323 TypeMatcher ClassX = hasDeclaration(recordDecl(hasName("X"))); TEST() local
334 TypeMatcher ClassX = hasDeclaration(recordDecl(hasName("X"))); TEST() local
343 DeclarationMatcher ClassX = recordDecl(hasName("X")); TEST() local
352 DeclarationMatcher ClassX = recordDecl(hasName("X")); TEST() local
360 DeclarationMatcher ClassX = recordDecl(hasName("X")); TEST() local
[all...]
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
[all...]
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