Searched refs:declRefExpr (Results 1 – 9 of 9) sorted by relevance
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersTraversalTest.cpp | 126 has(ignoringParenImpCasts(declRefExpr(to(varDecl(hasName("i"))))))); in TEST() 137 hasDescendant(declRefExpr(to(varDecl(hasName("i")))))); in TEST() 336 hasArgument(0, declRefExpr(to(varDecl(hasName("y")))))); in TEST() 344 hasArgument(42, declRefExpr(to(varDecl(hasName("y")))))); in TEST() 351 ignoringParenImpCasts(declRefExpr(to(varDecl(hasName("y"))))))); in TEST() 363 declRefExpr(to(varDecl(hasName("y")))).bind("arg"); in TEST() 376 declRefExpr(to(varDecl(hasName("y")))).bind("arg"); in TEST() 405 declRefExpr(to(varDecl(hasName("y")))).bind("arg"); in TEST() 429 declRefExpr(to(varDecl(hasName("y")))).bind("arg"); in TEST() 457 declRefExpr(to(decl(equalsBoundNode("v")))), parmVarDecl())))), in TEST() [all …]
|
D | ASTMatchersNarrowingTest.cpp | 30 hasArgument(0, declRefExpr(to(varDecl()))))))); in TEST() 33 hasArgument(0, declRefExpr(to(varDecl()))), in TEST() 38 hasArgument(0, declRefExpr(to(varDecl()))), in TEST() 44 hasArgument(0, declRefExpr(to(varDecl()))), in TEST() 715 callExpr(hasArgument(0, declRefExpr( in TEST() 722 callExpr(hasArgument(0, declRefExpr( in TEST() 1020 hasArgument(0, declRefExpr(to(varDecl(hasName("y")))))); in TEST() 1036 hasArgument(42, declRefExpr(to(varDecl(hasName("y")))))); in TEST() 1888 forEachDescendant(declRefExpr(to(decl(equalsBoundNode("d")))))), in TEST() 1900 on(declRefExpr(to( in TEST() [all …]
|
D | ASTMatchersNodeTest.cpp | 357 declRefExpr(to( in TEST() 383 cxxMemberCallExpr(on(declRefExpr(to(varDecl(hasName("y")))))); in TEST() 493 hasDescendant(declRefExpr(to( in TEST() 1013 declRefExpr(to(functionDecl(hasName("f")))))); in TEST() 1130 variableArrayType(hasSizeExpr(ignoringImpCasts(declRefExpr(to( in TEST()
|
/external/clang/docs/ |
D | LibASTMatchersTutorial.rst | 360 hasUnaryOperand(declRefExpr()))) 369 hasUnaryOperand(declRefExpr(to(varDecl(hasType(isInteger()))))))) 378 hasUnaryOperand(declRefExpr(to( 404 hasLHS(declRefExpr(to(varDecl(hasType(isInteger()))))), 441 hasLHS(ignoringParenImpCasts(declRefExpr( 485 hasUnaryOperand(declRefExpr( 489 hasLHS(ignoringParenImpCasts(declRefExpr(
|
/external/clang/unittests/Tooling/ |
D | RefactoringCallbacksTest.cpp | 86 declRefExpr(to(varDecl(hasName("a"))))))))), in TEST()
|
/external/clang/unittests/ASTMatchers/Dynamic/ |
D | VariantValueTest.cpp | 158 VariantValue(VariantMatcher::SingleMatcher(declRefExpr())) in TEST()
|
/external/clang/unittests/AST/ |
D | ASTImporterTest.cpp | 229 declRefExpr(hasDeclaration(varDecl(hasName("ptr"))), in TEST()
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Registry.cpp | 163 REGISTER_MATCHER(declRefExpr); in RegistryMaps()
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 1376 const internal::VariadicDynCastAllOfMatcher<Stmt, DeclRefExpr> declRefExpr; variable
|