Lines Matching refs:getInfo
166 static const ParsedAttrInfo &getInfo(const AttributeList &A) { in getInfo() function
171 return getInfo(*this).NumArgs; in getMinArgs()
175 return getMinArgs() + getInfo(*this).OptArgs; in getMaxArgs()
179 return getInfo(*this).HasCustomParsing; in hasCustomParsing()
183 return getInfo(*this).DiagAppertainsToDecl(S, *this, D); in diagnoseAppertainsTo()
187 return getInfo(*this).DiagLangOpts(S, *this); in diagnoseLangOpts()
191 return getInfo(*this).IsTargetSpecific; in isTargetSpecificAttr()
195 return getInfo(*this).IsType; in isTypeAttr()
199 return getInfo(*this).ExistsInTarget(T); in existsInTarget()
203 return getInfo(*this).IsKnownToGCC; in isKnownToGCC()
207 return getInfo(*this).SpellingIndexToSemanticSpelling(*this); in getSemanticSpelling()
215 return getInfo(*this).OptArgs == 15; in hasVariadicArg()