Home | History | Annotate | Download | only in Sema

Lines Matching defs:Keyword

1213 /// \brief Add type specifiers for the current language as keyword results.
2475 Result.AddTypedTextChunk(Keyword);
2644 std::string Keyword;
2648 Keyword += II->getName();
2649 Keyword += ":";
2651 Result.AddInformativeChunk(Result.getAllocator().CopyString(Keyword));
2653 Result.AddTypedTextChunk(Result.getAllocator().CopyString(Keyword));
3474 // The "template" keyword can follow "->" or "." in the grammar.
3475 // However, we only want to suggest the template keyword if something
3943 // The "template" keyword can follow "::" in the grammar, but only
3976 // If we aren't in class scope, we could see the "namespace" keyword.
4276 // Macro that expands to @Keyword or Keyword, depending on whether NeedAt is
4278 #define OBJC_AT_KEYWORD_NAME(NeedAt,Keyword) NeedAt? "@" #Keyword : #Keyword
4988 /// the "super" keyword. Otherwise, we just need to provide the arguments.
5058 // If we need the "super" keyword, add it (plus some spacing).