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

/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h825 /// declStmt()
829 DeclStmt> declStmt; member in namespace:clang::ast_matchers
1147 /// forStmt(hasLoopInit(declStmt()))
2367 /// declStmt(hasSingleDecl(anything()))
2482 /// declStmt(containsDeclaration(
2485 /// declStmt(containsDeclaration(1, varDecl()))
3309 /// declStmt(isInTemplateInstantiation())

Completed in 48 milliseconds