HomeSort by relevance Sort by last modified time
    Searched refs:declRefExpr (Results 1 - 3 of 3) sorted by null

  /external/clang/unittests/Tooling/
RefactoringCallbacksTest.cpp 86 declRefExpr(to(varDecl(hasName("a"))))))))),
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 383 hasArgument(0, declRefExpr(to(varDecl())))))));
386 hasArgument(0, declRefExpr(to(varDecl()))),
391 hasArgument(0, declRefExpr(to(varDecl()))),
397 hasArgument(0, declRefExpr(to(varDecl()))),
748 has(declRefExpr(to(varDecl(hasName("i"))))));
759 hasDescendant(declRefExpr(to(varDecl(hasName("i"))))));
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 296 /// varDecl(hasInitializer(ignoringImpCasts(declRefExpr())))
302 /// varDecl(hasInitializer(declRefExpr()))
346 /// varDecl(hasInitializer(ignoringParenImpCasts(declRefExpr())))
350 /// varDecl(hasInitializer(declRefExpr()))
736 const internal::VariadicDynCastAllOfMatcher<Stmt, DeclRefExpr> declRefExpr;
    [all...]

Completed in 64 milliseconds