Searched refs:SpellingIndex (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h70 unsigned SpellingIndex : 4;
78 SpellingIndex(SpellingNotCalculated) {}
82 SpellingIndex(SpellingNotCalculated) {}
90 SyntaxUsed(SyntaxUsed), SpellingIndex(SpellingNotCalculated) {}
97 SpellingIndex(SpellingNotCalculated) {}
105 SpellingIndex(Spelling) {}
111 SyntaxUsed(SyntaxUsed), SpellingIndex(SpellingNotCalculated) {}
116 SpellingIndex(SpellingNotCalculated) {}
121 AttrKind(K), SyntaxUsed(SyntaxUsed), SpellingIndex(Spelling) {}
165 ? SpellingIndex
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2771 unsigned SpellingIndex = Record.readInt(); local
2775 AttributeCommonInfo::Syntax(Syntax), SpellingIndex);

Completed in 145 milliseconds