Lines Matching refs:Decl

44 static void checkForIBOutlets(const Decl *D, SymbolPropertySet &PropSet) {  in checkForIBOutlets()
53 bool index::isFunctionLocalSymbol(const Decl *D) { in isFunctionLocalSymbol()
85 SymbolInfo index::getSymbolInfo(const Decl *D) { in getSymbolInfo()
170 case Decl::Import: in getSymbolInfo()
173 case Decl::Typedef: in getSymbolInfo()
175 case Decl::Function: in getSymbolInfo()
178 case Decl::Field: in getSymbolInfo()
179 case Decl::IndirectField: in getSymbolInfo()
187 case Decl::EnumConstant: in getSymbolInfo()
189 case Decl::ObjCInterface: in getSymbolInfo()
190 case Decl::ObjCImplementation: { in getSymbolInfo()
200 case Decl::ObjCProtocol: in getSymbolInfo()
204 case Decl::ObjCCategory: in getSymbolInfo()
205 case Decl::ObjCCategoryImpl: { in getSymbolInfo()
217 case Decl::ObjCMethod: { in getSymbolInfo()
233 case Decl::ObjCProperty: in getSymbolInfo()
242 case Decl::ObjCIvar: in getSymbolInfo()
247 case Decl::Namespace: in getSymbolInfo()
251 case Decl::NamespaceAlias: in getSymbolInfo()
255 case Decl::CXXConstructor: { in getSymbolInfo()
265 case Decl::CXXDestructor: in getSymbolInfo()
269 case Decl::CXXConversion: in getSymbolInfo()
273 case Decl::CXXMethod: { in getSymbolInfo()
282 case Decl::ClassTemplate: in getSymbolInfo()
287 case Decl::FunctionTemplate: in getSymbolInfo()
307 case Decl::TypeAliasTemplate: in getSymbolInfo()
312 case Decl::TypeAlias: in getSymbolInfo()
316 case Decl::UnresolvedUsingTypename: in getSymbolInfo()
322 case Decl::UnresolvedUsingValue: in getSymbolInfo()
328 case Decl::Using: in getSymbolInfo()
332 case Decl::UsingEnum: in getSymbolInfo()
337 case Decl::Binding: in getSymbolInfo()
341 case Decl::MSProperty: in getSymbolInfo()
349 case Decl::ClassTemplatePartialSpecialization: in getSymbolInfo()
350 case Decl::ClassScopeFunctionSpecialization: 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()