Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp420 hasArgument(0, declRefExpr(to(varDecl()))))))); in TEST()
423 hasArgument(0, declRefExpr(to(varDecl()))), in TEST()
428 hasArgument(0, declRefExpr(to(varDecl()))), in TEST()
434 hasArgument(0, declRefExpr(to(varDecl()))), in TEST()
855 has(declRefExpr(to(varDecl(hasName("i")))))); in TEST()
866 hasDescendant(declRefExpr(to(varDecl(hasName("i")))))); in TEST()
1227 declRefExpr(to( in TEST()
1271 memberCallExpr(on(declRefExpr(to(varDecl(hasName("y")))))); in TEST()
1343 callExpr(hasArgument(0, declRefExpr( in TEST()
1350 callExpr(hasArgument(0, declRefExpr( in TEST()
[all …]
/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/
H A DRefactoringCallbacksTest.cpp86 declRefExpr(to(varDecl(hasName("a"))))))))), in TEST()
/minix3/external/bsd/llvm/dist/clang/docs/
H A DLibASTMatchersTutorial.rst361 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(
/minix3/external/bsd/llvm/dist/clang/unittests/ASTMatchers/Dynamic/
H A DVariantValueTest.cpp161 VariantValue(VariantMatcher::SingleMatcher(declRefExpr())) in TEST()
/minix3/external/bsd/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp137 REGISTER_MATCHER(declRefExpr); in RegistryMaps()
/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1084 const internal::VariadicDynCastAllOfMatcher<Stmt, DeclRefExpr> declRefExpr; variable