Lines Matching refs:Decl
223 Decl::Kind K = CommentDecl->getKind(); in fill()
229 case Decl::Function: in fill()
230 case Decl::CXXMethod: in fill()
231 case Decl::CXXConstructor: in fill()
232 case Decl::CXXDestructor: in fill()
233 case Decl::CXXConversion: { in fill()
245 if (K == Decl::CXXMethod || K == Decl::CXXConstructor || in fill()
246 K == Decl::CXXDestructor || K == Decl::CXXConversion) { in fill()
255 case Decl::ObjCMethod: { in fill()
267 case Decl::FunctionTemplate: { in fill()
279 case Decl::ClassTemplate: { in fill()
286 case Decl::ClassTemplatePartialSpecialization: { in fill()
294 case Decl::VarTemplatePartialSpecialization: { in fill()
301 case Decl::ClassTemplateSpecialization: in fill()
305 case Decl::Record: in fill()
306 case Decl::CXXRecord: in fill()
309 case Decl::Var: in fill()
316 case Decl::Field: in fill()
317 case Decl::EnumConstant: in fill()
318 case Decl::ObjCIvar: in fill()
319 case Decl::ObjCAtDefsField: in fill()
320 case Decl::ObjCProperty: in fill()
327 case Decl::VarTemplate: { in fill()
336 case Decl::Namespace: in fill()
339 case Decl::TypeAlias: in fill()
340 case Decl::Typedef: in fill()
344 case Decl::TypeAliasTemplate: { in fill()
353 case Decl::Enum: in fill()