Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp119 initListExpr(has(declRefExpr(to(varDecl(VarNodeMatcher))))), in assignedToRef()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp343 initListExpr(hasAnyInit(expr(canResolveToExpr(equalsNode(Exp)))))); in findDirectMutation()
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp372 REGISTER_MATCHER(initListExpr); in RegistryMaps()
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp835 const internal::VariadicDynCastAllOfMatcher<Stmt, InitListExpr> initListExpr; variable
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1675 initListExpr;