Lines Matching refs:Keyword
1270 /// \brief Add type specifiers for the current language as keyword results.
2550 Result.AddTypedTextChunk(Keyword);
2732 std::string Keyword;
2736 Keyword += II->getName();
2737 Keyword += ":";
2739 Result.AddInformativeChunk(Result.getAllocator().CopyString(Keyword));
2741 Result.AddTypedTextChunk(Result.getAllocator().CopyString(Keyword));
3588 // The "template" keyword can follow "->" or "." in the grammar.
3589 // However, we only want to suggest the template keyword if something
4057 // The "template" keyword can follow "::" in the grammar, but only
4090 // If we aren't in class scope, we could see the "namespace" keyword.
4393 /// Keyword, depending on whether NeedAt is true or false.
4394 #define OBJC_AT_KEYWORD_NAME(NeedAt,Keyword) ((NeedAt)? "@" Keyword : Keyword)
5134 /// the "super" keyword. Otherwise, we just need to provide the arguments.
5207 // If we need the "super" keyword, add it (plus some spacing).