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

/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2420 hasDeclaration(const internal::Matcher<Decl> &InnerMatcher) { function in namespace:clang::ast_matchers
2575 return callExpr(hasDeclaration(InnerMatcher)).matches(Node, Finder, Builder);
2617 return qualType(hasDeclaration(InnerMatcher))
2670 return pointsTo(qualType(hasDeclaration(InnerMatcher)))
2715 return references(qualType(hasDeclaration(InnerMatcher)))
3220 if (expr(anyOf(cxxConstructExpr(hasDeclaration(cxxConstructorDecl(
3831 /// (matcher = cxxConstructExpr(hasDeclaration(cxxMethodDecl(
4872 /// hasDeclaration(namedDecl(hasName("D")))))) matches the type of the variable
4990 /// hasDeclaration(cxxRecordDecl(hasName("A")))
5009 /// hasDeclaration(cxxRecordDec
[all...]

Completed in 138 milliseconds