Lines Matching refs:Decl
43 static void checkForIBOutlets(const Decl *D, SymbolSubKindSet &SubKindSet) { in checkForIBOutlets()
52 SymbolInfo index::getSymbolInfo(const Decl *D) { in getSymbolInfo()
91 case Decl::Import: in getSymbolInfo()
94 case Decl::Typedef: in getSymbolInfo()
96 case Decl::Function: in getSymbolInfo()
99 case Decl::ParmVar: in getSymbolInfo()
102 case Decl::Var: in getSymbolInfo()
109 case Decl::Field: in getSymbolInfo()
117 case Decl::EnumConstant: in getSymbolInfo()
119 case Decl::ObjCInterface: in getSymbolInfo()
120 case Decl::ObjCImplementation: { in getSymbolInfo()
130 case Decl::ObjCProtocol: in getSymbolInfo()
134 case Decl::ObjCCategory: in getSymbolInfo()
135 case Decl::ObjCCategoryImpl: in getSymbolInfo()
139 case Decl::ObjCMethod: in getSymbolInfo()
150 case Decl::ObjCProperty: in getSymbolInfo()
155 case Decl::ObjCIvar: in getSymbolInfo()
160 case Decl::Namespace: in getSymbolInfo()
164 case Decl::NamespaceAlias: in getSymbolInfo()
168 case Decl::CXXConstructor: in getSymbolInfo()
172 case Decl::CXXDestructor: in getSymbolInfo()
176 case Decl::CXXConversion: in getSymbolInfo()
180 case Decl::CXXMethod: { in getSymbolInfo()
189 case Decl::ClassTemplate: in getSymbolInfo()
194 case Decl::FunctionTemplate: in getSymbolInfo()
214 case Decl::TypeAliasTemplate: in getSymbolInfo()
219 case Decl::TypeAlias: in getSymbolInfo()
295 bool index::printSymbolName(const Decl *D, const LangOptions &LO, in printSymbolName()