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

/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h276 /// fieldDecl(isPublic())
292 /// fieldDecl(isProtected())
308 /// fieldDecl(isPrivate())
472 /// refersToDeclaration(fieldDecl(hasName("next"))))
473 /// matches the specialization \c A<&B::next> with \c fieldDecl(...) matching
491 /// isExpr(hasDescendant(declRefExpr(to(fieldDecl(hasName("next"))))))))
492 /// matches the specialization \c A<&B::next> with \c fieldDecl(...) matching
575 /// fieldDecl()
577 const internal::VariadicDynCastAllOfMatcher<Decl, FieldDecl> fieldDecl; member in namespace:clang::ast_matchers
1396 /// recordDecl(eachOf(has(fieldDecl(hasNam
[all...]
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp408 void RewriteObjCFieldDecl(FieldDecl *fieldDecl, std::string &Result);
411 void RewriteLocallyDefinedNamedAggregates(FieldDecl *fieldDecl,
3800 void RewriteModernObjC::RewriteObjCFieldDecl(FieldDecl *fieldDecl, argument
3802 QualType Type = fieldDecl->getType();
3803 std::string Name = fieldDecl->getNameAsString();
3809 if (fieldDecl->isBitField()) {
3810 Result += " : "; Result += utostr(fieldDecl->getBitWidthValue(*Context));
3830 void RewriteModernObjC::RewriteLocallyDefinedNamedAggregates(FieldDecl *fieldDecl, argument
3832 QualType Type = fieldDecl->getType();
3838 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 ...

Completed in 110 milliseconds