HomeSort by: relevance | last modified time | path
    Searched refs:SpellingIndex (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
AttributeCommonInfo.h 70 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...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
AttrImpl.cpp 21 unsigned SpellingIndex = getAttributeSpellingListIndex();
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();
70 if (SpellingIndex == Pragma_nounroll)
72 else if (SpellingIndex == Pragma_unroll)
75 else if (SpellingIndex == Pragma_nounroll_and_jam
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 2788 unsigned SpellingIndex = Record.readInt();
2792 AttributeCommonInfo::Syntax(Syntax), SpellingIndex);

Completed in 19 milliseconds