Lines Matching refs:SpellingIndex
22 unsigned SpellingIndex = getAttributeSpellingListIndex(); in printPrettyPragma() local
25 if (SpellingIndex == Pragma_nounroll || in printPrettyPragma()
26 SpellingIndex == Pragma_nounroll_and_jam) in printPrettyPragma()
28 else if (SpellingIndex == Pragma_unroll || in printPrettyPragma()
29 SpellingIndex == Pragma_unroll_and_jam) { in printPrettyPragma()
34 assert(SpellingIndex == Pragma_clang_loop && "Unexpected spelling"); in printPrettyPragma()
70 unsigned SpellingIndex = getAttributeSpellingListIndex(); in getDiagnosticName() local
71 if (SpellingIndex == Pragma_nounroll) in getDiagnosticName()
73 else if (SpellingIndex == Pragma_unroll) in getDiagnosticName()
76 else if (SpellingIndex == Pragma_nounroll_and_jam) in getDiagnosticName()
78 else if (SpellingIndex == Pragma_unroll_and_jam) in getDiagnosticName()
82 assert(SpellingIndex == Pragma_clang_loop && "Unexpected spelling"); in getDiagnosticName()