Searched refs:declRefExpr (Results 1 – 6 of 6) sorted by relevance
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersTest.cpp | 413 hasArgument(0, declRefExpr(to(varDecl()))))))); in TEST() 416 hasArgument(0, declRefExpr(to(varDecl()))), in TEST() 421 hasArgument(0, declRefExpr(to(varDecl()))), in TEST() 427 hasArgument(0, declRefExpr(to(varDecl()))), in TEST() 792 has(declRefExpr(to(varDecl(hasName("i")))))); in TEST() 803 hasDescendant(declRefExpr(to(varDecl(hasName("i")))))); in TEST() 1157 declRefExpr(to( in TEST() 1201 memberCallExpr(on(declRefExpr(to(varDecl(hasName("y")))))); in TEST() 1273 callExpr(hasArgument(0, declRefExpr( in TEST() 1280 callExpr(hasArgument(0, declRefExpr( in TEST() [all …]
|
/external/clang/unittests/Tooling/ |
D | RefactoringCallbacksTest.cpp | 86 declRefExpr(to(varDecl(hasName("a"))))))))), in TEST()
|
/external/clang/docs/ |
D | LibASTMatchersTutorial.rst | 361 hasUnaryOperand(declRefExpr()))) 370 hasUnaryOperand(declRefExpr(to(varDecl(hasType(isInteger()))))))) 379 hasUnaryOperand(declRefExpr(to( 405 hasLHS(declRefExpr(to(varDecl(hasType(isInteger()))))), 442 hasLHS(ignoringParenImpCasts(declRefExpr( 486 hasUnaryOperand(declRefExpr( 490 hasLHS(ignoringParenImpCasts(declRefExpr(
|
/external/clang/unittests/ASTMatchers/Dynamic/ |
D | VariantValueTest.cpp | 161 VariantValue(VariantMatcher::SingleMatcher(declRefExpr())) in TEST()
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Registry.cpp | 135 REGISTER_MATCHER(declRefExpr); in RegistryMaps()
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 882 const internal::VariadicDynCastAllOfMatcher<Stmt, DeclRefExpr> declRefExpr; variable
|