Lines Matching refs:Decl
148 Decl::Kind K = CommentDecl->getKind(); in fill()
153 case Decl::Function: in fill()
154 case Decl::CXXMethod: in fill()
155 case Decl::CXXConstructor: in fill()
156 case Decl::CXXDestructor: in fill()
157 case Decl::CXXConversion: { in fill()
169 if (K == Decl::CXXMethod || K == Decl::CXXConstructor || in fill()
170 K == Decl::CXXDestructor || K == Decl::CXXConversion) { in fill()
177 case Decl::ObjCMethod: { in fill()
187 case Decl::FunctionTemplate: { in fill()
197 case Decl::ClassTemplate: { in fill()
204 case Decl::ClassTemplatePartialSpecialization: { in fill()
212 case Decl::ClassTemplateSpecialization: in fill()
216 case Decl::Record: in fill()
217 case Decl::CXXRecord: in fill()
220 case Decl::Var: in fill()
221 case Decl::Field: in fill()
222 case Decl::EnumConstant: in fill()
223 case Decl::ObjCIvar: in fill()
224 case Decl::ObjCAtDefsField: in fill()
227 case Decl::Namespace: in fill()
230 case Decl::Typedef: { in fill()
306 case Decl::TypeAlias: in fill()
309 case Decl::TypeAliasTemplate: { in fill()
316 case Decl::Enum: in fill()