Home
last modified time | relevance | path

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

/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp124 REGISTER_MATCHER(containsDeclaration); in RegistryMaps()
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp3468 declStmt(containsDeclaration(0, MatchesInit)))); in TEST()
3470 declStmt(containsDeclaration(0, MatchesInit), in TEST()
3471 containsDeclaration(1, MatchesInit)))); in TEST()
3474 declStmt(containsDeclaration(WrongIndex, in TEST()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2678 AST_MATCHER_P2(DeclStmt, containsDeclaration, unsigned, N, in AST_MATCHER_P2() argument