Home | History | Annotate | Download | only in Sema

Lines Matching defs:Keyword

1282 /// \brief Add type specifiers for the current language as keyword results.
2637 Result.AddTypedTextChunk(Keyword);
2813 std::string Keyword;
2817 Keyword += II->getName();
2818 Keyword += ":";
2820 Result.AddInformativeChunk(Result.getAllocator().CopyString(Keyword));
2822 Result.AddTypedTextChunk(Result.getAllocator().CopyString(Keyword));
3707 // The "template" keyword can follow "->" or "." in the grammar.
3708 // However, we only want to suggest the template keyword if something
4264 // The "template" keyword can follow "::" in the grammar, but only
4297 // If we aren't in class scope, we could see the "namespace" keyword.
4599 /// Keyword, depending on whether NeedAt is true or false.
4600 #define OBJC_AT_KEYWORD_NAME(NeedAt,Keyword) ((NeedAt)? "@" Keyword : Keyword)
5338 /// the "super" keyword. Otherwise, we just need to provide the arguments.
5407 // If we need the "super" keyword, add it (plus some spacing).