• Home
  • Raw
  • Download

Lines Matching refs:declRefExpr

125            has(ignoringParenImpCasts(declRefExpr(to(varDecl(hasName("i")))))));  in TEST()
136 hasDescendant(declRefExpr(to(varDecl(hasName("i")))))); in TEST()
393 hasArgument(0, declRefExpr(to(varDecl(hasName("y")))))); in TEST()
401 hasArgument(42, declRefExpr(to(varDecl(hasName("y")))))); in TEST()
407 ignoringParenImpCasts(declRefExpr(to(varDecl(hasName("y")))))); in TEST()
450 objcMessageExpr(hasReceiver(declRefExpr(to(varDecl(hasName("x")))))))); in TEST()
455 objcMessageExpr(hasReceiver(declRefExpr(to(varDecl(hasName("x")))))))); in TEST()
645 declRefExpr(to(varDecl(hasName("y")))).bind("arg"); in TEST()
658 declRefExpr(to(varDecl(hasName("y")))).bind("arg"); in TEST()
687 declRefExpr(to(varDecl(hasName("y")))).bind("arg"); in TEST()
711 declRefExpr(to(varDecl(hasName("y")))).bind("arg"); in TEST()
740 declRefExpr(to(decl(equalsBoundNode("v")))), parmVarDecl())))), in TEST()
746 declRefExpr(to(varDecl(hasName("y")))).bind("arg"); in TEST()
759 declRefExpr(to(varDecl(hasName("y")))).bind("arg"); in TEST()
788 declRefExpr(to(varDecl(hasName("y")))).bind("arg"); in TEST()
810 declRefExpr(to(varDecl(hasName("y")))).bind("arg"); in TEST()
833 declRefExpr(to(varDecl(hasName("y")))).bind("arg"); in TEST()
858 declRefExpr(to(decl(equalsBoundNode("v")))), qualType())))), in TEST()
864 declRefExpr(to(varDecl(hasName("y")))).bind("arg"); in TEST()
881 declRefExpr(to(varDecl(hasName("y")))).bind("arg"); in TEST()
1022 hasDescendant(declRefExpr(to(fieldDecl(hasName("next")))))))))); in TEST()
1523 hasSourceExpression(declRefExpr()))))))); in TEST()
1594 cxxForRangeStmt(hasRangeInit(declRefExpr(to(varDecl(hasName("a")))))))); in TEST()
1767 auto matcher = expr(ignoringElidableConstructorCall(declRefExpr())); in TEST()
2090 staticAssertDecl(has(declRefExpr( in TEST()
2564 hasRangeInit(declRefExpr(to(varDecl(hasName("arr")))))); in TEST()
2627 hasInitializer(declRefExpr(to(varDecl(hasName("arr"))))))))), in TEST()
2629 hasRangeInit(declRefExpr(to(varDecl(hasName("a")))))); in TEST()
2954 hasReturnValue(declRefExpr(to(varDecl(hasName("a"))))))), in TEST()
2960 declRefExpr(to(varDecl(hasName("a"))), in TEST()
2970 hasReturnValue(declRefExpr(to(varDecl(hasName("b"))))))), in TEST()
2976 declRefExpr(to(varDecl(hasName("b"))), in TEST()
2986 hasReturnValue(declRefExpr(to(varDecl(hasName("c"))))))), in TEST()
2992 declRefExpr(to(varDecl(hasName("c"))), in TEST()
3003 has(declRefExpr(to(varDecl(hasName("a"))))), in TEST()
3004 has(varDecl(hasName("b"), hasInitializer(declRefExpr(to( in TEST()
3012 declRefExpr(to(varDecl(hasName("a"))), in TEST()
3021 hasInitializer(declRefExpr(to(varDecl(hasName("c"))))), in TEST()
3046 declRefExpr(to(varDecl(hasName("x"))))))))); in TEST()
3086 declRefExpr(to(varDecl(hasName("x"))))))))); in TEST()
3145 declRefExpr(to(varDecl(hasName("x"))))))))); in TEST()
3157 declRefExpr(to(varDecl(hasName("x"))))))))); in TEST()
3210 declRefExpr(throughUsingDecl(anything())))); in TEST()
3213 declRefExpr(throughUsingDecl(anything())))); in TEST()
3382 Code, binaryOperator(forEach(declRefExpr().bind("dre"))), in TEST()
3388 implicitCastExpr(hasSourceExpression(declRefExpr().bind("dre"))))), in TEST()
3394 forEach(expr(ignoringImplicit(declRefExpr().bind("dre"))))), in TEST()
3400 binaryOperator(forEach(declRefExpr().bind("dre")))), in TEST()
3743 declRefExpr(to(decl(hasAncestor(decl())))))); in TEST()
3765 declRefExpr(to(decl(hasAncestor(decl())))))); in TEST()
3775 declRefExpr(to(decl(hasAncestor(decl())))))); in TEST()
3782 declRefExpr(to(decl(hasAncestor(decl())))))); in TEST()