Home
last modified time | relevance | path

Searched refs:declRefExpr (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp89 declRefExpr(to(varDecl(hasType(isInteger())).bind(BindName))) in simpleCondition()
101 declRefExpr(to(varDecl(VarNodeMatcher)))))), in changeIntBoundNode()
104 declRefExpr(to(varDecl(VarNodeMatcher))))))); in changeIntBoundNode()
110 declRefExpr(to(varDecl(VarNodeMatcher))), in callByRef()
119 initListExpr(has(declRefExpr(to(varDecl(VarNodeMatcher))))), in assignedToRef()
120 declRefExpr(to(varDecl(VarNodeMatcher))))))))); in assignedToRef()
127 hasUnaryOperand(declRefExpr(hasDeclaration(VarNodeMatcher)))); in getAddrTo()
151 binaryOperator(hasLHS(declRefExpr(to(varDecl( in forLoopMatcher()
159 hasUnaryOperand(declRefExpr( in forLoopMatcher()
H A DRegionStore.cpp1083 StatementMatcher RefToStatic = stmt(hasDescendant(declRefExpr( in VisitCluster()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGCDAntipatternChecker.cpp60 return hasArgument(ArgIdx, ignoringParenCasts(declRefExpr( in equalsBoundArgDecl()
66 declRefExpr(to(varDecl().bind(DeclName))))); in bindAssignmentToDecl()
H A DPointerIterationChecker.cpp68 auto UnorderedContainerM = declRefExpr(to(varDecl(hasType( in matchUnorderedIterWithPointers()
H A DObjCAutoreleaseWriteChecker.cpp178 declRefExpr(to(parmVarDecl(DoublePointerParamM))).bind(CapturedBind); in checkASTCodeBody()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp187 match(findAll(declRefExpr(to(equalsNode(Dec))).bind(NodeID<Expr>::value)), in tryEachDeclRef()
361 hasRangeInit(declRefExpr(allOf(canResolveToExpr(equalsNode(Exp)), in findDirectMutation()
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp215 REGISTER_MATCHER(declRefExpr); in RegistryMaps()
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp877 const internal::VariadicDynCastAllOfMatcher<Stmt, DeclRefExpr> declRefExpr; variable
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2038 declRefExpr;