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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPointerSortingChecker.cpp84 fieldDecl(hasType(hasCanonicalType(
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp397 void RewriteObjCFieldDecl(FieldDecl *fieldDecl, std::string &Result);
400 void RewriteLocallyDefinedNamedAggregates(FieldDecl *fieldDecl,
3696 void RewriteModernObjC::RewriteObjCFieldDecl(FieldDecl *fieldDecl, argument
3698 QualType Type = fieldDecl->getType();
3699 std::string Name = fieldDecl->getNameAsString();
3705 if (fieldDecl->isBitField()) {
3706 Result += " : "; Result += utostr(fieldDecl->getBitWidthValue(*Context));
3726 void RewriteModernObjC::RewriteLocallyDefinedNamedAggregates(FieldDecl *fieldDecl, argument
3728 QualType Type = fieldDecl->getType();
3734 auto *IDecl = dyn_cast<ObjCContainerDecl>(fieldDecl
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp660 const internal::VariadicDynCastAllOfMatcher<Decl, FieldDecl> fieldDecl; member in namespace:clang
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp219 REGISTER_MATCHER(fieldDecl);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h539 /// fieldDecl(isPublic())
555 /// fieldDecl(isProtected())
571 /// fieldDecl(isPrivate())
586 /// fieldDecl(isBitField())
603 /// fieldDecl(hasBitWidth(2))
620 /// fieldDecl(hasInClassInitializer(integerLiteral(equals(2))))
622 /// fieldDecl(hasInClassInitializer(anything()))
1047 /// refersToDeclaration(fieldDecl(hasName("next")))))
1048 /// matches the specialization \c A<&B::next> with \c fieldDecl(...) matching
1066 /// isExpr(hasDescendant(declRefExpr(to(fieldDecl(hasNam
[all...]

Completed in 98 milliseconds