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

/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h623 /// declStmt()
627 DeclStmt> declStmt; member in namespace:clang::ast_matchers
919 /// forStmt(hasLoopInit(declStmt()))
2048 /// declStmt(hasSingleDecl(anything()))
2160 /// declStmt(containsDeclaration(
2163 /// declStmt(containsDeclaration(1, varDecl()))

Completed in 81 milliseconds