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

/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h160 const internal::VariadicDynCastAllOfMatcher<Decl, NamedDecl> namedDecl; member in namespace:clang::ast_matchers
3346 /// hasDeclaration(namedDecl(hasName("D")))))) matches the type of the variable
3365 /// \c recordDecl(hasDeclContext(namedDecl(hasName("M")))) matches the

Completed in 87 milliseconds