Home
last modified time | relevance | path

Searched refs:hasDeclContext (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp308 REGISTER_MATCHER(hasDeclContext); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp755 cxxConstructorDecl(hasDeclContext(isInStdNamespace()), hasName("span"), in matcher()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7705 AST_MATCHER_P(Decl, hasDeclContext, internal::Matcher<Decl>, InnerMatcher) { in AST_MATCHER_P() argument