Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
DAttributeCommonInfo.h186 unsigned getAttributeSpellingListIndexRaw() const { return SpellingIndex; } in getAttributeSpellingListIndexRaw() function
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp4245 Record.push_back(A->getAttributeSpellingListIndexRaw()); in AddAttr()