Home
last modified time | relevance | path

Searched refs:isAttributeSpellingListCalculated (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h232 assert((isAttributeSpellingListCalculated() || AttrName) && in getAttributeSpellingListIndex()
234 return isAttributeSpellingListCalculated() in getAttributeSpellingListIndex()
254 bool isAttributeSpellingListCalculated() const { in isAttributeSpellingListCalculated() function