Home | History | Annotate | Download | only in Sema

Lines Matching full:getinfo

166 static const ParsedAttrInfo &getInfo(const AttributeList &A) {
171 return getInfo(*this).NumArgs;
175 return getMinArgs() + getInfo(*this).OptArgs;
179 return getInfo(*this).HasCustomParsing;
183 return getInfo(*this).DiagAppertainsToDecl(S, *this, D);
187 return getInfo(*this).DiagLangOpts(S, *this);
191 return getInfo(*this).IsTargetSpecific;
195 return getInfo(*this).IsType;
199 return getInfo(*this).ExistsInTarget(T);
203 return getInfo(*this).IsKnownToGCC;
207 return getInfo(*this).SpellingIndexToSemanticSpelling(*this);