Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
DAttributeCommonInfo.h167 assert((isAttributeSpellingListCalculated() || AttrName) && in getAttributeSpellingListIndex()
169 return isAttributeSpellingListCalculated() in getAttributeSpellingListIndex()
189 bool isAttributeSpellingListCalculated() const { in isAttributeSpellingListCalculated() function