Home
last modified time | relevance | path

Searched defs:DeclarationStatement (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp3117 TEST(DeclarationStatement, DoesNotMatchCompoundStatements) { in TEST() argument
3121 TEST(DeclarationStatement, MatchesVariableDeclarationStatements) { in TEST() argument
/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2656 const DeclStmt* const DeclarationStatement = in AST_MATCHER_P() local