Lines Matching refs:Decl
219 Decl::Kind K = CommentDecl->getKind(); in fill()
225 case Decl::Function: in fill()
226 case Decl::CXXMethod: in fill()
227 case Decl::CXXConstructor: in fill()
228 case Decl::CXXDestructor: in fill()
229 case Decl::CXXConversion: { in fill()
241 if (K == Decl::CXXMethod || K == Decl::CXXConstructor || in fill()
242 K == Decl::CXXDestructor || K == Decl::CXXConversion) { in fill()
251 case Decl::ObjCMethod: { in fill()
263 case Decl::FunctionTemplate: { in fill()
275 case Decl::ClassTemplate: { in fill()
282 case Decl::ClassTemplatePartialSpecialization: { in fill()
290 case Decl::ClassTemplateSpecialization: in fill()
294 case Decl::Record: in fill()
295 case Decl::CXXRecord: in fill()
298 case Decl::Var: in fill()
305 case Decl::Field: in fill()
306 case Decl::EnumConstant: in fill()
307 case Decl::ObjCIvar: in fill()
308 case Decl::ObjCAtDefsField: in fill()
309 case Decl::ObjCProperty: in fill()
316 case Decl::VarTemplate: { in fill()
325 case Decl::Namespace: in fill()
328 case Decl::TypeAlias: in fill()
329 case Decl::Typedef: in fill()
333 case Decl::TypeAliasTemplate: { in fill()
342 case Decl::Enum: in fill()