Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp122 initListExpr(has(declRefExpr(to(varDecl(VarNodeMatcher))))), in assignedToRef()
/src/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp424 initListExpr(hasAnyInit(expr(canResolveToExpr(Exp))))); in findDirectMutation()
/src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp396 REGISTER_MATCHER(initListExpr); in RegistryMaps()
/src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp851 const internal::VariadicDynCastAllOfMatcher<Stmt, InitListExpr> initListExpr; variable
/src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1701 initListExpr;