Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp86 hasEitherOperand(ignoringParenImpCasts(declRefExpr( in simpleCondition()
98 declRefExpr(to(varDecl(VarNodeMatcher)))))), in changeIntBoundNode()
101 declRefExpr(to(varDecl(VarNodeMatcher))))))); in changeIntBoundNode()
107 declRefExpr(to(varDecl(VarNodeMatcher))), in callByRef()
116 initListExpr(has(declRefExpr(to(varDecl(VarNodeMatcher))))), in assignedToRef()
117 declRefExpr(to(varDecl(VarNodeMatcher))))))))); in assignedToRef()
124 hasUnaryOperand(declRefExpr(hasDeclaration(VarNodeMatcher)))); in getAddrTo()
148 binaryOperator(hasLHS(declRefExpr(to(varDecl( in forLoopMatcher()
156 hasUnaryOperand(declRefExpr( in forLoopMatcher()
H A DRegionStore.cpp1083 StatementMatcher RefToStatic = stmt(hasDescendant(declRefExpr( in VisitCluster()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DLibASTMatchersTutorial.rst364 hasUnaryOperand(declRefExpr())))
373 hasUnaryOperand(declRefExpr(to(varDecl(hasType(isInteger())))))))
382 hasUnaryOperand(declRefExpr(to(
408 hasLHS(declRefExpr(to(varDecl(hasType(isInteger()))))),
445 hasLHS(ignoringParenImpCasts(declRefExpr(
489 hasUnaryOperand(declRefExpr(
493 hasLHS(ignoringParenImpCasts(declRefExpr(
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp215 REGISTER_MATCHER(declRefExpr); in RegistryMaps()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp876 const internal::VariadicDynCastAllOfMatcher<Stmt, DeclRefExpr> declRefExpr; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2026 declRefExpr;