Home | History | Annotate | Download | only in Sema

Lines Matching defs:Keyword

1272 /// \brief Add type specifiers for the current language as keyword results.
2570 Result.AddTypedTextChunk(Keyword);
2749 std::string Keyword;
2753 Keyword += II->getName();
2754 Keyword += ":";
2756 Result.AddInformativeChunk(Result.getAllocator().CopyString(Keyword));
2758 Result.AddTypedTextChunk(Result.getAllocator().CopyString(Keyword));
3585 // The "template" keyword can follow "->" or "." in the grammar.
3586 // However, we only want to suggest the template keyword if something
4040 // The "template" keyword can follow "::" in the grammar, but only
4073 // If we aren't in class scope, we could see the "namespace" keyword.
4368 /// Keyword, depending on whether NeedAt is true or false.
4369 #define OBJC_AT_KEYWORD_NAME(NeedAt,Keyword) ((NeedAt)? "@" Keyword : Keyword)
5096 /// the "super" keyword. Otherwise, we just need to provide the arguments.
5164 // If we need the "super" keyword, add it (plus some spacing).