Home
last modified time | relevance | path

Searched refs:MatchesInit (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp3186 DeclarationMatcher MatchesInit = varDecl(hasInitializer(anything())); in TEST() local
3189 declStmt(containsDeclaration(0, MatchesInit)))); in TEST()
3191 declStmt(containsDeclaration(0, MatchesInit), in TEST()
3192 containsDeclaration(1, MatchesInit)))); in TEST()
3196 MatchesInit)))); in TEST()