Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h251 unsigned getAttributeSpellingListIndexRaw() const { return SpellingIndex; } in getAttributeSpellingListIndexRaw() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4694 Record.push_back(A->getAttributeSpellingListIndexRaw()); in AddAttr()