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

/netbsd-current/external/apache2/llvm/dist/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) {}
170 ? SpellingIndex
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DAttrImpl.cpp21 unsigned SpellingIndex = getAttributeSpellingListIndex(); local
24 if (SpellingIndex == Pragma_nounroll ||
25 SpellingIndex == Pragma_nounroll_and_jam)
27 else if (SpellingIndex == Pragma_unroll ||
28 SpellingIndex == Pragma_unroll_and_jam) {
33 assert(SpellingIndex == Pragma_clang_loop && "Unexpected spelling");
69 unsigned SpellingIndex = getAttributeSpellingListIndex(); local
70 if (SpellingIndex == Pragma_nounroll)
72 else if (SpellingIndex == Pragma_unroll)
75 else if (SpellingIndex
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp2788 unsigned SpellingIndex = Record.readInt(); local
2792 AttributeCommonInfo::Syntax(Syntax), SpellingIndex);

Completed in 304 milliseconds