Lines Matching refs:Decl
209 Decl::Kind K = CommentDecl->getKind(); in fill()
214 case Decl::Function: in fill()
215 case Decl::CXXMethod: in fill()
216 case Decl::CXXConstructor: in fill()
217 case Decl::CXXDestructor: in fill()
218 case Decl::CXXConversion: { in fill()
230 if (K == Decl::CXXMethod || K == Decl::CXXConstructor || in fill()
231 K == Decl::CXXDestructor || K == Decl::CXXConversion) { in fill()
238 case Decl::ObjCMethod: { in fill()
248 case Decl::FunctionTemplate: { in fill()
258 case Decl::ClassTemplate: { in fill()
265 case Decl::ClassTemplatePartialSpecialization: { in fill()
273 case Decl::ClassTemplateSpecialization: in fill()
277 case Decl::Record: in fill()
278 case Decl::CXXRecord: in fill()
281 case Decl::Var: in fill()
282 case Decl::Field: in fill()
283 case Decl::EnumConstant: in fill()
284 case Decl::ObjCIvar: in fill()
285 case Decl::ObjCAtDefsField: in fill()
286 case Decl::ObjCProperty: { in fill()
305 case Decl::Namespace: in fill()
308 case Decl::TypeAlias: in fill()
309 case Decl::Typedef: { in fill()
314 K == Decl::Typedef in fill()
328 case Decl::TypeAliasTemplate: { in fill()
349 case Decl::Enum: in fill()