Searched refs:hasDeclContext (Results 1 – 3 of 3) sorted by relevance
308 REGISTER_MATCHER(hasDeclContext); in RegistryMaps()
755 cxxConstructorDecl(hasDeclContext(isInStdNamespace()), hasName("span"), in matcher()
7705 AST_MATCHER_P(Decl, hasDeclContext, internal::Matcher<Decl>, InnerMatcher) { in AST_MATCHER_P() argument