Searched defs:declStmt (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h461 /// declStmt()
465 DeclStmt> declStmt; member in namespace:clang::ast_matchers
686 /// forStmt(hasLoopInit(declStmt()))
1526 /// declStmt(hasSingleDecl(anything()))
1613 /// declStmt(containsDeclaration(
1616 /// declStmt(containsDeclaration(1, varDecl()))

Completed in 25 milliseconds