Home
last modified time | relevance | path

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

/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp3217 DeclarationMatcher MatchesInit = varDecl(hasInitializer(anything())); in TEST() local
3220 declStmt(containsDeclaration(0, MatchesInit)))); in TEST()
3222 declStmt(containsDeclaration(0, MatchesInit), in TEST()
3223 containsDeclaration(1, MatchesInit)))); in TEST()
3227 MatchesInit)))); in TEST()