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

/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2127 hasDeclaration(const internal::Matcher<Decl> &InnerMatcher) { function in namespace:clang::ast_matchers
2282 return callExpr(hasDeclaration(InnerMatcher)).matches(Node, Finder, Builder);
2321 return qualType(hasDeclaration(InnerMatcher))
2374 return pointsTo(qualType(hasDeclaration(InnerMatcher)))
2419 return references(qualType(hasDeclaration(InnerMatcher)))
3388 /// (matcher = cxxConstructExpr(hasDeclaration(cxxMethodDecl(
4230 /// hasDeclaration(namedDecl(hasName("D")))))) matches the type of the variable
4348 /// hasDeclaration(cxxRecordDecl(hasName("A")))
4367 /// hasDeclaration(cxxRecordDecl(hasName("A")))))))

Completed in 50 milliseconds