Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp475 initListExpr(hasAnyInit(expr(canResolveToExpr(Exp))))); in findDirectMutation()
779 initListExpr(hasAnyInit(canResolveToExprPointee(Exp))))); in findPointeeToNonConst()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp122 initListExpr(has(declRefExpr(to(varDecl(VarNodeMatcher))))), in assignedToRef()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp399 REGISTER_MATCHER(initListExpr); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp880 const internal::VariadicDynCastAllOfMatcher<Stmt, InitListExpr> initListExpr; variable
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1740 initListExpr;