Home
last modified time | relevance | path

Searched refs:hasDeclaration (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/ASTMatchers/
DASTMatchers.h1702 hasDeclaration(const internal::Matcher<Decl> &InnerMatcher) { in hasDeclaration() function
1758 return callExpr(hasDeclaration(InnerMatcher)).matches(Node, Finder, Builder);
1796 return qualType(hasDeclaration(InnerMatcher))
1848 return pointsTo(qualType(hasDeclaration(InnerMatcher)))
1892 return references(qualType(hasDeclaration(InnerMatcher)))
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp176 REGISTER_MATCHER(hasDeclaration); in RegistryMaps()