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

  /external/clang/unittests/ASTMatchers/
ASTMatchersNarrowingTest.cpp 277 forEach(fieldDecl(hasAncestor(forStmt()))));
607 fieldDecl(hasType(asString("ns::A")))));
609 fieldDecl(hasType(asString("struct (anonymous namespace)::A")))));
    [all...]
ASTMatchersTraversalTest.cpp 552 refersToDeclaration(fieldDecl(hasName("next")))))));
565 hasDescendant(declRefExpr(to(fieldDecl(hasName("next"))))))))));
    [all...]
ASTMatchersNodeTest.cpp 134 hasDescendant(fieldDecl(hasName("a"))))));
141 hasDescendant(fieldDecl(hasName("a"))))));
    [all...]
  /external/v8/tools/clang/rewrite_scoped_refptr/
RewriteScopedRefptr.cpp 370 forField(id("var", fieldDecl(hasType(pointerType()))))))),
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 180 REGISTER_MATCHER(fieldDecl);
  /external/clang/unittests/ASTMatchers/Dynamic/
RegistryTest.cpp 374 has(fieldDecl(hasName("Foo"))),
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 397 void RewriteObjCFieldDecl(FieldDecl *fieldDecl, std::string &Result);
400 void RewriteLocallyDefinedNamedAggregates(FieldDecl *fieldDecl,
    [all...]
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 484 /// fieldDecl(isPublic())
500 /// fieldDecl(isProtected())
516 /// fieldDecl(isPrivate())
531 /// fieldDecl(isBitField())
533 AST_MATCHER(FieldDecl, isBitField) {
547 /// fieldDecl(isBitField())
549 AST_MATCHER_P(FieldDecl, hasBitWidth, unsigned, Width) {
771 /// refersToDeclaration(fieldDecl(hasName("next"))))
772 /// matches the specialization \c A<&B::next> with \c fieldDecl(...) matching
790 /// isExpr(hasDescendant(declRefExpr(to(fieldDecl(hasName("next")))))))
    [all...]
  /external/v8/tools/clang/rewrite_to_chrome_style/
RewriteToChromeStyle.cpp 247 // getAnyMember() will return a FieldDecl which we can match against.
250 clang::ast_matchers::internal::Matcher<clang::FieldDecl>,
252 const clang::FieldDecl* NodeAsDecl = Node.getAnyMember();
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.14.0.v20180528-0519.jar 
  /external/error_prone/error_prone/
error_prone_core-2.3.2-with-dependencies.jar 

Completed in 879 milliseconds