Lines Matching defs:IndirectFieldDecl
667 } else if (const auto *IFD = dyn_cast<IndirectFieldDecl>(D)) {
670 assert(VD && "Expected a VarDecl in this IndirectFieldDecl!");
930 isa<IndirectFieldDecl>(D) ||
1102 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(this)) {
1959 if (isa<FieldDecl>(D) || isa<IndirectFieldDecl>(D) || isa<MSPropertyDecl>(D))
4730 if (const auto *IFD = dyn_cast<IndirectFieldDecl>(CountDecl))
5164 return FieldDecl::classofKind(K) || IndirectFieldDecl::classofKind(K);
5170 assert(isa<FieldDecl>(Decls[i]) || isa<IndirectFieldDecl>(Decls[i]));
5545 void IndirectFieldDecl::anchor() {}
5547 IndirectFieldDecl::IndirectFieldDecl(ASTContext &C, DeclContext *DC,
5559 IndirectFieldDecl *
5560 IndirectFieldDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation L,
5563 return new (C, DC) IndirectFieldDecl(C, DC, L, Id, T, CH);
5566 IndirectFieldDecl *IndirectFieldDecl::CreateDeserialized(ASTContext &C,
5568 return new (C, ID) IndirectFieldDecl(C, nullptr, SourceLocation(),