Home
last modified time | relevance | path

Searched refs:bindingDecl (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp251 bindingDecl(forDecomposition(equalsNode(Dec)))) in tryEachDeclRef()
H A DUnsafeBufferUsage.cpp1233 to(anyOf(varDecl(), bindingDecl()))).bind("any_dre"), in findGadgets()
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp153 REGISTER_MATCHER(bindingDecl); in RegistryMaps()
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp737 const internal::VariadicDynCastAllOfMatcher<Decl, BindingDecl> bindingDecl; variable
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h363 bindingDecl;