Lines Matching refs:Decl

44 static void checkForIBOutlets(const Decl *D, SymbolPropertySet &PropSet) {  in checkForIBOutlets()
53 bool index::isFunctionLocalSymbol(const Decl *D) { in isFunctionLocalSymbol()
86 SymbolInfo index::getSymbolInfo(const Decl *D) { in getSymbolInfo()
171 case Decl::Import: in getSymbolInfo()
174 case Decl::Typedef: in getSymbolInfo()
176 case Decl::Function: in getSymbolInfo()
179 case Decl::Field: in getSymbolInfo()
180 case Decl::IndirectField: in getSymbolInfo()
188 case Decl::EnumConstant: in getSymbolInfo()
190 case Decl::ObjCInterface: in getSymbolInfo()
191 case Decl::ObjCImplementation: { in getSymbolInfo()
201 case Decl::ObjCProtocol: in getSymbolInfo()
205 case Decl::ObjCCategory: in getSymbolInfo()
206 case Decl::ObjCCategoryImpl: { in getSymbolInfo()
218 case Decl::ObjCMethod: { in getSymbolInfo()
234 case Decl::ObjCProperty: in getSymbolInfo()
243 case Decl::ObjCIvar: in getSymbolInfo()
248 case Decl::Namespace: in getSymbolInfo()
252 case Decl::NamespaceAlias: in getSymbolInfo()
256 case Decl::CXXConstructor: { in getSymbolInfo()
266 case Decl::CXXDestructor: in getSymbolInfo()
270 case Decl::CXXConversion: in getSymbolInfo()
274 case Decl::CXXMethod: { in getSymbolInfo()
283 case Decl::ClassTemplate: in getSymbolInfo()
288 case Decl::FunctionTemplate: in getSymbolInfo()
308 case Decl::TypeAliasTemplate: in getSymbolInfo()
313 case Decl::TypeAlias: in getSymbolInfo()
317 case Decl::UnresolvedUsingTypename: in getSymbolInfo()
323 case Decl::UnresolvedUsingValue: in getSymbolInfo()
329 case Decl::Using: in getSymbolInfo()
333 case Decl::UsingEnum: in getSymbolInfo()
338 case Decl::Binding: in getSymbolInfo()
342 case Decl::MSProperty: in getSymbolInfo()
350 case Decl::ClassTemplatePartialSpecialization: in getSymbolInfo()
351 case Decl::ClassTemplateSpecialization: in getSymbolInfo()
352 case Decl::CXXRecord: in getSymbolInfo()
353 case Decl::Enum: in getSymbolInfo()
354 case Decl::Record: in getSymbolInfo()
357 case Decl::VarTemplateSpecialization: in getSymbolInfo()
358 case Decl::VarTemplatePartialSpecialization: in getSymbolInfo()
359 case Decl::ImplicitParam: in getSymbolInfo()
360 case Decl::ParmVar: in getSymbolInfo()
361 case Decl::Var: in getSymbolInfo()
362 case Decl::VarTemplate: in getSymbolInfo()
365 case Decl::TemplateTypeParm: in getSymbolInfo()
368 case Decl::TemplateTemplateParm: in getSymbolInfo()
371 case Decl::NonTypeTemplateParm: in getSymbolInfo()
374 case Decl::Concept: in getSymbolInfo()
490 bool index::printSymbolName(const Decl *D, const LangOptions &LO, in printSymbolName()