Home | History | Annotate | Download | only in Sema

Lines Matching full:getinfo

176 static const ParsedAttrInfo &getInfo(const AttributeList &A) {
181 return getInfo(*this).NumArgs;
185 return getMinArgs() + getInfo(*this).OptArgs;
189 return getInfo(*this).HasCustomParsing;
193 return getInfo(*this).DiagAppertainsToDecl(S, *this, D);
197 return getInfo(*this).DiagLangOpts(S, *this);
201 return getInfo(*this).IsTargetSpecific;
205 return getInfo(*this).IsType;
209 return getInfo(*this).IsStmt;
213 return getInfo(*this).ExistsInTarget(Target);
217 return getInfo(*this).IsKnownToGCC;
221 return getInfo(*this).SpellingIndexToSemanticSpelling(*this);
229 return getInfo(*this).OptArgs == 15;