Searched defs:fieldDecl (Results 1 - 8 of 8) sorted by relevance

/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h449 /// fieldDecl(isPublic())
465 /// fieldDecl(isProtected())
481 /// fieldDecl(isPrivate())
662 /// refersToDeclaration(fieldDecl(hasName("next"))))
663 /// matches the specialization \c A<&B::next> with \c fieldDecl(...) matching
681 /// isExpr(hasDescendant(declRefExpr(to(fieldDecl(hasName("next"))))))))
682 /// matches the specialization \c A<&B::next> with \c fieldDecl(...) matching
836 /// fieldDecl()
838 const internal::VariadicDynCastAllOfMatcher<Decl, FieldDecl> fieldDecl; member in namespace:clang::ast_matchers
1739 /// cxxRecordDecl(eachOf(has(fieldDecl(hasNam
[all...]
/external/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp399 void RewriteObjCFieldDecl(FieldDecl *fieldDecl, std::string &Result);
402 void RewriteLocallyDefinedNamedAggregates(FieldDecl *fieldDecl,
3763 void RewriteModernObjC::RewriteObjCFieldDecl(FieldDecl *fieldDecl, argument
3765 QualType Type = fieldDecl->getType();
3766 std::string Name = fieldDecl->getNameAsString();
3772 if (fieldDecl->isBitField()) {
3773 Result += " : "; Result += utostr(fieldDecl->getBitWidthValue(*Context));
3793 void RewriteModernObjC::RewriteLocallyDefinedNamedAggregates(FieldDecl *fieldDecl, argument
3795 QualType Type = fieldDecl->getType();
3801 dyn_cast<ObjCContainerDecl>(fieldDecl
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 1582 milliseconds