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

  /external/clang/unittests/ASTMatchers/
ASTMatchersTraversalTest.cpp 126 has(ignoringParenImpCasts(declRefExpr(to(varDecl(hasName("i")))))));
137 hasDescendant(declRefExpr(to(varDecl(hasName("i"))))));
336 hasArgument(0, declRefExpr(to(varDecl(hasName("y"))))));
344 hasArgument(42, declRefExpr(to(varDecl(hasName("y"))))));
351 ignoringParenImpCasts(declRefExpr(to(varDecl(hasName("y")))))));
363 declRefExpr(to(varDecl(hasName("y")))).bind("arg");
376 declRefExpr(to(varDecl(hasName("y")))).bind("arg");
405 declRefExpr(to(varDecl(hasName("y")))).bind("arg");
416 llvm::make_unique<VerifyIdIsBoundTo<DeclRefExpr>>(
424 llvm::make_unique<VerifyIdIsBoundTo<DeclRefExpr>>("arg", 2)))
    [all...]
ASTMatchersNarrowingTest.cpp 30 hasArgument(0, declRefExpr(to(varDecl())))))));
33 hasArgument(0, declRefExpr(to(varDecl()))),
38 hasArgument(0, declRefExpr(to(varDecl()))),
44 hasArgument(0, declRefExpr(to(varDecl()))),
715 callExpr(hasArgument(0, declRefExpr(
722 callExpr(hasArgument(0, declRefExpr(
    [all...]
ASTMatchersNodeTest.cpp 357 declRefExpr(to(
383 cxxMemberCallExpr(on(declRefExpr(to(varDecl(hasName("y"))))));
493 hasDescendant(declRefExpr(to(
    [all...]
  /external/clang/unittests/Tooling/
RefactoringCallbacksTest.cpp 86 declRefExpr(to(varDecl(hasName("a"))))))))),
  /external/clang/unittests/ASTMatchers/Dynamic/
VariantValueTest.cpp 158 VariantValue(VariantMatcher::SingleMatcher(declRefExpr()))
  /external/v8/tools/clang/rewrite_to_chrome_style/
RewriteToChromeStyle.cpp 450 auto* declref = clang::dyn_cast<clang::DeclRefExpr>(expr);
810 struct TargetNodeTraits<clang::DeclRefExpr> {
811 static clang::SourceLocation GetLoc(const clang::DeclRefExpr& expr) {
815 static const char* GetType() { return "DeclRefExpr"; }
    [all...]
  /external/clang/unittests/AST/
ASTImporterTest.cpp 229 declRefExpr(hasDeclaration(varDecl(hasName("ptr"))),
  /external/v8/tools/clang/rewrite_scoped_refptr/
RewriteScopedRefptr.cpp 224 // If matched against an implicit conversion to a DeclRefExpr, make sure the
309 on(declRefExpr(to(id("var", varDecl(hasLocalStorage())))));
  /external/v8/tools/clang/value_cleanup/
ListValueRewriter.cpp 29 // Helper class for AppendRawCallback to visit each DeclRefExpr for a given
30 // VarDecl. If it finds a DeclRefExpr it can't figure out how to rewrite, the
46 bool VisitDeclRefExpr(const clang::DeclRefExpr* expr) {
82 const clang::DeclRefExpr* decl_ref_expr) {
95 // Surround the DeclRefExpr with std::move().
468 "declRefExpr",
469 declRefExpr(to(id(
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 163 REGISTER_MATCHER(declRefExpr);
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 625 /// varDecl(hasInitializer(ignoringImpCasts(declRefExpr())))
631 /// varDecl(hasInitializer(declRefExpr()))
675 /// varDecl(hasInitializer(ignoringParenImpCasts(declRefExpr())))
679 /// varDecl(hasInitializer(declRefExpr()))
790 /// isExpr(hasDescendant(declRefExpr(to(fieldDecl(hasName("next"))))))))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 666 /// varDecl(hasInitializer(ignoringImpCasts(declRefExpr())))
672 /// varDecl(hasInitializer(declRefExpr()))
716 /// varDecl(hasInitializer(ignoringParenImpCasts(declRefExpr())))
720 /// varDecl(hasInitializer(declRefExpr()))
856 /// isExpr(hasDescendant(declRefExpr(to(fieldDecl(hasName("next"))))))))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 666 /// varDecl(hasInitializer(ignoringImpCasts(declRefExpr())))
672 /// varDecl(hasInitializer(declRefExpr()))
716 /// varDecl(hasInitializer(ignoringParenImpCasts(declRefExpr())))
720 /// varDecl(hasInitializer(declRefExpr()))
856 /// isExpr(hasDescendant(declRefExpr(to(fieldDecl(hasName("next"))))))))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/ASTMatchers/
ASTMatchers.h 666 /// varDecl(hasInitializer(ignoringImpCasts(declRefExpr())))
672 /// varDecl(hasInitializer(declRefExpr()))
716 /// varDecl(hasInitializer(ignoringParenImpCasts(declRefExpr())))
720 /// varDecl(hasInitializer(declRefExpr()))
856 /// isExpr(hasDescendant(declRefExpr(to(fieldDecl(hasName("next"))))))))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/ASTMatchers/
ASTMatchers.h 666 /// varDecl(hasInitializer(ignoringImpCasts(declRefExpr())))
672 /// varDecl(hasInitializer(declRefExpr()))
716 /// varDecl(hasInitializer(ignoringParenImpCasts(declRefExpr())))
720 /// varDecl(hasInitializer(declRefExpr()))
856 /// isExpr(hasDescendant(declRefExpr(to(fieldDecl(hasName("next"))))))))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/ASTMatchers/
ASTMatchers.h 683 /// varDecl(hasInitializer(ignoringImpCasts(declRefExpr())))
689 /// varDecl(hasInitializer(declRefExpr()))
733 /// varDecl(hasInitializer(ignoringParenImpCasts(declRefExpr())))
737 /// varDecl(hasInitializer(declRefExpr()))
873 /// isExpr(hasDescendant(declRefExpr(to(fieldDecl(hasName("next"))))))))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/ASTMatchers/
ASTMatchers.h 683 /// varDecl(hasInitializer(ignoringImpCasts(declRefExpr())))
689 /// varDecl(hasInitializer(declRefExpr()))
733 /// varDecl(hasInitializer(ignoringParenImpCasts(declRefExpr())))
737 /// varDecl(hasInitializer(declRefExpr()))
873 /// isExpr(hasDescendant(declRefExpr(to(fieldDecl(hasName("next"))))))))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/ASTMatchers/
ASTMatchers.h 683 /// varDecl(hasInitializer(ignoringImpCasts(declRefExpr())))
689 /// varDecl(hasInitializer(declRefExpr()))
733 /// varDecl(hasInitializer(ignoringParenImpCasts(declRefExpr())))
737 /// varDecl(hasInitializer(declRefExpr()))
873 /// isExpr(hasDescendant(declRefExpr(to(fieldDecl(hasName("next"))))))))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/ASTMatchers/
ASTMatchers.h 683 /// varDecl(hasInitializer(ignoringImpCasts(declRefExpr())))
689 /// varDecl(hasInitializer(declRefExpr()))
733 /// varDecl(hasInitializer(ignoringParenImpCasts(declRefExpr())))
737 /// varDecl(hasInitializer(declRefExpr()))
873 /// isExpr(hasDescendant(declRefExpr(to(fieldDecl(hasName("next"))))))))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/ASTMatchers/
ASTMatchers.h 666 /// varDecl(hasInitializer(ignoringImpCasts(declRefExpr())))
672 /// varDecl(hasInitializer(declRefExpr()))
716 /// varDecl(hasInitializer(ignoringParenImpCasts(declRefExpr())))
720 /// varDecl(hasInitializer(declRefExpr()))
856 /// isExpr(hasDescendant(declRefExpr(to(fieldDecl(hasName("next"))))))))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/ASTMatchers/
ASTMatchers.h 666 /// varDecl(hasInitializer(ignoringImpCasts(declRefExpr())))
672 /// varDecl(hasInitializer(declRefExpr()))
716 /// varDecl(hasInitializer(ignoringParenImpCasts(declRefExpr())))
720 /// varDecl(hasInitializer(declRefExpr()))
856 /// isExpr(hasDescendant(declRefExpr(to(fieldDecl(hasName("next"))))))))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/ASTMatchers/
ASTMatchers.h 683 /// varDecl(hasInitializer(ignoringImpCasts(declRefExpr())))
689 /// varDecl(hasInitializer(declRefExpr()))
733 /// varDecl(hasInitializer(ignoringParenImpCasts(declRefExpr())))
737 /// varDecl(hasInitializer(declRefExpr()))
873 /// isExpr(hasDescendant(declRefExpr(to(fieldDecl(hasName("next"))))))))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/ASTMatchers/
ASTMatchers.h 683 /// varDecl(hasInitializer(ignoringImpCasts(declRefExpr())))
689 /// varDecl(hasInitializer(declRefExpr()))
733 /// varDecl(hasInitializer(ignoringParenImpCasts(declRefExpr())))
737 /// varDecl(hasInitializer(declRefExpr()))
873 /// isExpr(hasDescendant(declRefExpr(to(fieldDecl(hasName("next"))))))))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/ASTMatchers/
ASTMatchers.h 683 /// varDecl(hasInitializer(ignoringImpCasts(declRefExpr())))
689 /// varDecl(hasInitializer(declRefExpr()))
733 /// varDecl(hasInitializer(ignoringParenImpCasts(declRefExpr())))
737 /// varDecl(hasInitializer(declRefExpr()))
873 /// isExpr(hasDescendant(declRefExpr(to(fieldDecl(hasName("next"))))))))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/ASTMatchers/
ASTMatchers.h 683 /// varDecl(hasInitializer(ignoringImpCasts(declRefExpr())))
689 /// varDecl(hasInitializer(declRefExpr()))
733 /// varDecl(hasInitializer(ignoringParenImpCasts(declRefExpr())))
737 /// varDecl(hasInitializer(declRefExpr()))
873 /// isExpr(hasDescendant(declRefExpr(to(fieldDecl(hasName("next"))))))))
    [all...]

Completed in 119 milliseconds