Lines Matching defs:isRegularKeywordAttribute
2652 static bool isRegularKeywordAttribute(const FlattenedSpelling &S) {
2665 << (isRegularKeywordAttribute(Spelling) ? "true" : "false")
3730 if (!isRegularKeywordAttribute(S))
4202 OS << " << AL << AL.isRegularKeywordAttribute() << "
4232 OS << " << Attr << Attr.isRegularKeywordAttribute() << ";
4247 OS << " << AL << AL.isRegularKeywordAttribute() << "
4267 OS << " << Attr << Attr.isRegularKeywordAttribute() << ";
4338 << " << AL << A << (AL.isRegularKeywordAttribute() ||"
4339 << " A->isRegularKeywordAttribute());\n";
4360 << "Second << (First->isRegularKeywordAttribute() || "
4361 << "Second->isRegularKeywordAttribute());\n";
4401 << "Second << ((*Iter)->isRegularKeywordAttribute() || "
4402 << "Second->isRegularKeywordAttribute());\n";