Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp87 hasEitherOperand(ignoringParenImpCasts(declRefExpr( in simpleCondition()
99 declRefExpr(to(varDecl(VarNodeMatcher)))))), in changeIntBoundNode()
102 declRefExpr(to(varDecl(VarNodeMatcher))))))); in changeIntBoundNode()
108 declRefExpr(to(varDecl(VarNodeMatcher))), in callByRef()
117 initListExpr(has(declRefExpr(to(varDecl(VarNodeMatcher))))), in assignedToRef()
118 declRefExpr(to(varDecl(VarNodeMatcher))))))))); in assignedToRef()
125 hasUnaryOperand(declRefExpr(hasDeclaration(VarNodeMatcher)))); in getAddrTo()
149 binaryOperator(hasLHS(declRefExpr(to(varDecl( in forLoopMatcher()
157 hasUnaryOperand(declRefExpr( in forLoopMatcher()
H A DRegionStore.cpp1046 StatementMatcher RefToStatic = stmt(hasDescendant(declRefExpr( in VisitCluster()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DGCDAntipatternChecker.cpp63 return hasArgument(ArgIdx, ignoringParenCasts(declRefExpr( in equalsBoundArgDecl()
69 declRefExpr(to(varDecl().bind(DeclName))))); in bindAssignmentToDecl()
H A DObjCAutoreleaseWriteChecker.cpp160 declRefExpr(to(parmVarDecl(DoublePointerParamM))).bind(CapturedBind); in checkASTCodeBody()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp131 match(findAll(declRefExpr(to(equalsNode(Dec))).bind(NodeID<Expr>::value)), in tryEachDeclRef()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp196 REGISTER_MATCHER(declRefExpr); in RegistryMaps()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp691 const internal::VariadicDynCastAllOfMatcher<Stmt, DeclRefExpr> declRefExpr; variable
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1796 declRefExpr;