Lines Matching refs:Decl
223 Decl::Kind K = CommentDecl->getKind(); in fill()
228 case Decl::Function: in fill()
229 case Decl::CXXMethod: in fill()
230 case Decl::CXXConstructor: in fill()
231 case Decl::CXXDestructor: in fill()
232 case Decl::CXXConversion: { in fill()
244 if (K == Decl::CXXMethod || K == Decl::CXXConstructor || in fill()
245 K == Decl::CXXDestructor || K == Decl::CXXConversion) { in fill()
252 case Decl::ObjCMethod: { in fill()
262 case Decl::FunctionTemplate: { in fill()
272 case Decl::ClassTemplate: { in fill()
279 case Decl::ClassTemplatePartialSpecialization: { in fill()
287 case Decl::ClassTemplateSpecialization: in fill()
291 case Decl::Record: in fill()
292 case Decl::CXXRecord: in fill()
295 case Decl::Var: in fill()
296 case Decl::Field: in fill()
297 case Decl::EnumConstant: in fill()
298 case Decl::ObjCIvar: in fill()
299 case Decl::ObjCAtDefsField: in fill()
300 case Decl::ObjCProperty: { in fill()
319 case Decl::Namespace: in fill()
322 case Decl::TypeAlias: in fill()
323 case Decl::Typedef: { in fill()
328 K == Decl::Typedef in fill()
342 case Decl::TypeAliasTemplate: { in fill()
363 case Decl::Enum: in fill()