| /openbsd-src/usr.bin/awk/ | 
| H A D | lex.c | 41 typedef struct Keyword {  struct45 } Keyword;  argument
 
 | 
| /openbsd-src/gnu/llvm/clang/include/clang/ExtractAPI/ | 
| H A D | DeclarationFragments.h | 52     Keyword,  enumerator
 | 
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ | 
| H A D | CodeCompleteConsumer.h | 775     const char *Keyword;  member891       : Keyword(Keyword), Priority(Priority), Kind(RK_Keyword),  in Keyword()  function
 
 | 
| H A D | ScopeInfo.h | 489   void setFirstCoroutineStmt(SourceLocation Loc, StringRef Keyword) {  in setFirstCoroutineStmt()
 | 
| /openbsd-src/gnu/llvm/clang/lib/Sema/ | 
| H A D | SemaCoroutine.cpp | 184                                     StringRef Keyword) {  in isValidCoroutineContext()586                                                 StringRef Keyword,  in checkCoroutineContext()
 691                                    StringRef Keyword) {  in ActOnCoroutineBodyStart()
 772                                    StringRef Keyword) {  in checkSuspensionContext()
 
 | 
| H A D | DeclSpec.cpp | 1420     StringRef Keyword;  in Finish()  local
 | 
| H A D | SemaTemplate.cpp | 4204   ElaboratedTypeKeyword Keyword  in ActOnTagTemplateIdType()  local10890 Sema::CheckTypenameType(ElaboratedTypeKeyword Keyword,  in CheckTypenameType()
 10921 Sema::CheckTypenameType(ElaboratedTypeKeyword Keyword,  in CheckTypenameType()
 
 | 
| H A D | SemaType.cpp | 1593     ElaboratedTypeKeyword Keyword  in ConvertDeclSpecToType()  local9203 QualType Sema::getElaboratedType(ElaboratedTypeKeyword Keyword,  in getElaboratedType()
 
 | 
| H A D | TreeTransform.h | 1032   QualType RebuildAutoType(QualType Deduced, AutoTypeKeyword Keyword,  in RebuildAutoType()1075                                  ElaboratedTypeKeyword Keyword,  in RebuildElaboratedType()
 1089                                           ElaboratedTypeKeyword Keyword,  in RebuildDependentTemplateSpecializationType()
 1128   QualType RebuildDependentNameType(ElaboratedTypeKeyword Keyword,  in RebuildDependentNameType()
 
 | 
| H A D | SemaTemplateInstantiate.cpp | 1576                                             ElaboratedTypeKeyword Keyword,  in RebuildElaboratedType()
 | 
| H A D | SemaCodeComplete.cpp | 3609         std::string Keyword;  in createCodeCompletionStringForDecl()  local7044 #define OBJC_AT_KEYWORD_NAME(NeedAt, Keyword) ((NeedAt) ? "@" Keyword : Keyword)  argument
 
 | 
| H A D | SemaLookup.cpp | 4569 void TypoCorrectionConsumer::addKeywordResult(StringRef Keyword) {  in addKeywordResult()
 | 
| /openbsd-src/gnu/llvm/clang/lib/Basic/ | 
| H A D | IdentifierTable.cpp | 251 static void AddKeyword(StringRef Keyword,  in AddKeyword()267 static void AddCXXOperatorKeyword(StringRef Keyword,  in AddCXXOperatorKeyword()
 
 | 
| /openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/ | 
| H A D | COFFMasmParser.cpp | 283       StringRef Keyword;  in ParseDirectiveSegment()  local
 | 
| H A D | AsmParser.cpp | 3543     StringRef Keyword;  in parseDirectiveFile()  local
 | 
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ | 
| H A D | LinePrinter.h | 161   Keyword,  enumerator
 | 
| /openbsd-src/gnu/llvm/clang/lib/AST/ | 
| H A D | QualTypeNames.cpp | 443   ElaboratedTypeKeyword Keyword = ETK_None;  in getFullyQualifiedType()  local
 | 
| H A D | Type.cpp | 2883 TypeWithKeyword::getTagTypeKindForKeyword(ElaboratedTypeKeyword Keyword) {  in getTagTypeKindForKeyword()2898 TypeWithKeyword::KeywordIsTagTypeKind(ElaboratedTypeKeyword Keyword) {  in KeywordIsTagTypeKind()
 2913 StringRef TypeWithKeyword::getKeywordName(ElaboratedTypeKeyword Keyword) {  in getKeywordName()
 2928     ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS,  in DependentTemplateSpecializationType()
 2950                                              ElaboratedTypeKeyword Keyword,  in Profile()
 2962   ElaboratedTypeKeyword Keyword;  in isElaboratedTypeSpecifier()  local
 4541 AutoType::AutoType(QualType DeducedAsType, AutoTypeKeyword Keyword,  in AutoType()
 4562                       QualType Deduced, AutoTypeKeyword Keyword,  in Profile()
 
 | 
| H A D | ASTContext.cpp | 5031 QualType ASTContext::getElaboratedType(ElaboratedTypeKeyword Keyword,  in getElaboratedType()5097 QualType ASTContext::getDependentNameType(ElaboratedTypeKeyword Keyword,  in getDependentNameType()
 5123     ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS,  in getDependentTemplateSpecializationType()
 5134                                  ElaboratedTypeKeyword Keyword,  in getDependentTemplateSpecializationType()
 5758     QualType DeducedType, AutoTypeKeyword Keyword, bool IsDependent,  in getAutoTypeInternal()
 5805 ASTContext::getAutoType(QualType DeducedType, AutoTypeKeyword Keyword,  in getAutoType()
 
 | 
| /openbsd-src/gnu/llvm/llvm/lib/AsmParser/ | 
| H A D | LLLexer.cpp | 492   StringRef Keyword(StartChar, CurPtr - StartChar);  in LexIdentifier()  local
 | 
| /openbsd-src/gnu/llvm/clang/lib/ExtractAPI/ | 
| H A D | DeclarationFragments.cpp | 230     ElaboratedTypeKeyword Keyword = ET->getKeyword();  in getFragmentsForType()  local
 | 
| /openbsd-src/gnu/llvm/clang/lib/Format/ | 
| H A D | FormatTokenLexer.cpp | 377   const auto Keyword = *(Tokens.end() - 1);  in tryMergeCSharpKeywordVariables()  local
 | 
| /openbsd-src/gnu/llvm/clang/lib/Lex/ | 
| H A D | ModuleMap.cpp | 362 #define KEYWORD(Keyword,Conditions) .Case(#Keyword, true)  in sanitizeFilenameAsIdentifier()  argument363 #define ALIAS(Keyword, AliasOf, Conditions) .Case(Keyword, true)  in sanitizeFilenameAsIdentifier()  argument
 
 | 
| H A D | Lexer.cpp | 667         StringRef Keyword = TheTok.getRawIdentifier();  in ComputePreamble()  local
 | 
| /openbsd-src/gnu/llvm/clang/lib/Parse/ | 
| H A D | ParseDecl.cpp | 1162     IdentifierInfo *Keyword = Tok.getIdentifierInfo();  in ParseAvailabilityAttribute()  local1363     IdentifierInfo *Keyword = Tok.getIdentifierInfo();  in ParseExternalSourceSymbolAttribute()  local
 
 |