Searched refs:varDecl (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp87 to(varDecl(hasType(isInteger())).bind(BindName))))),
98 declRefExpr(to(varDecl(VarNodeMatcher)))))),
101 declRefExpr(to(varDecl(VarNodeMatcher)))))));
107 declRefExpr(to(varDecl(VarNodeMatcher))),
113 return declStmt(hasDescendant(varDecl(
116 initListExpr(has(declRefExpr(to(varDecl(VarNodeMatcher))))),
117 declRefExpr(to(varDecl(VarNodeMatcher)))))))));
145 varDecl(allOf(hasInitializer(ignoringParenImpCasts(
148 binaryOperator(hasLHS(declRefExpr(to(varDecl(
157 to(varDecl(allO
[all...]
H A DLoopWidening.cpp70 auto Matches = match(findAll(stmt(hasDescendant(varDecl(hasType(referenceType())).bind(MatchRef)))),
H A DExprEngine.cpp954 const VarDecl *varDecl = Dtor.getVarDecl(); local
955 QualType varType = varDecl->getType();
958 SVal dest = state->getLValue(varDecl, Pred->getLocationContext());
H A DRegionStore.cpp1093 to(varDecl(hasStaticStorageDuration()).bind(DeclBind)))));
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGCDAntipatternChecker.cpp63 to(varDecl(equalsBoundNode(DeclName))))));
68 declRefExpr(to(varDecl().bind(DeclName)))));
101 varDecl(hasDescendant(SemaphoreCreateM)).bind(SemaphoreBinding)),
143 varDecl(hasDescendant(DispatchGroupCreateM)).bind(GroupBinding)),
H A DPointerIterationChecker.cpp68 auto UnorderedContainerM = declRefExpr(to(varDecl(hasType(
72 auto PointerTypeM = varDecl(hasType(hasCanonicalType(pointerType())));
H A DNumberObjectConversionChecker.cpp324 varDecl(hasType(SuspiciousScalarTypeM),
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp343 hasLoopVariable(varDecl(hasType(nonConstReferenceType()))
368 varDecl(
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp659 const internal::VariadicDynCastAllOfMatcher<Decl, VarDecl> varDecl; member in namespace:clang
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp525 REGISTER_MATCHER(varDecl);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h705 /// varDecl(hasInitializer(floatLiteral().bind("init")))
788 /// varDecl(hasInitializer(ignoringImplicit(cxxConstructExpr())))
793 /// varDecl(hasInitializer(cxxConstructExpr()))
816 /// varDecl(hasInitializer(ignoringImpCasts(integerLiteral())))
817 /// varDecl(hasInitializer(ignoringImpCasts(declRefExpr())))
822 /// varDecl(hasInitializer(integerLiteral()))
823 /// varDecl(hasInitializer(declRefExpr()))
843 /// varDecl(hasInitializer(ignoringParenCasts(integerLiteral())))
846 /// varDecl(hasInitializer(integerLiteral()))
866 /// varDecl(hasInitialize
[all...]

Completed in 113 milliseconds