/freebsd/contrib/one-true-awk/ |
H A D | lex.c | 40 typedef struct Keyword { struct 44 } Keyword; typedef
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | CodeCompleteConsumer.h | 785 const char *Keyword; member 901 : Keyword(Keyword), Priority(Priority), Kind(RK_Keyword), in Keyword() argument
|
H A D | ScopeInfo.h | 504 void setFirstCoroutineStmt(SourceLocation Loc, StringRef Keyword) { in setFirstCoroutineStmt()
|
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | DeclarationFragments.h | 57 Keyword, enumerator
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCoroutine.cpp | 185 StringRef Keyword) { in isValidCoroutineContext() 583 StringRef Keyword, in checkCoroutineContext() 688 StringRef Keyword) { in ActOnCoroutineBodyStart() 772 StringRef Keyword) { in checkSuspensionContext()
|
H A D | DeclSpec.cpp | 1467 StringRef Keyword; in Finish() local
|
H A D | SemaTemplate.cpp | 3684 ElaboratedTypeKeyword Keyword in ActOnTagTemplateIdType() local 10427 Sema::CheckTypenameType(ElaboratedTypeKeyword Keyword, in CheckTypenameType() 10458 Sema::CheckTypenameType(ElaboratedTypeKeyword Keyword, in CheckTypenameType()
|
H A D | SemaType.cpp | 1209 ElaboratedTypeKeyword Keyword in ConvertDeclSpecToType() local 9348 QualType Sema::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType()
|
H A D | TreeTransform.h | 1074 QualType RebuildAutoType(QualType Deduced, AutoTypeKeyword Keyword, in RebuildAutoType() 1117 ElaboratedTypeKeyword Keyword, in RebuildElaboratedType() 1131 ElaboratedTypeKeyword Keyword, in RebuildDependentTemplateSpecializationType() 1170 QualType RebuildDependentNameType(ElaboratedTypeKeyword Keyword, in RebuildDependentNameType()
|
H A D | SemaCodeComplete.cpp | 3692 std::string Keyword; in createCodeCompletionStringForDecl() local 7197 #define OBJC_AT_KEYWORD_NAME(NeedAt, Keyword) ((NeedAt) ? "@" Keyword : Keyword) argument
|
H A D | SemaTemplateInstantiate.cpp | 1927 ElaboratedTypeKeyword Keyword, in RebuildElaboratedType()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | COFFMasmParser.cpp | 277 StringRef Keyword; in ParseDirectiveSegment() local
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | IdentifierTable.cpp | 252 static void AddKeyword(StringRef Keyword, in AddKeyword() 268 static void AddCXXOperatorKeyword(StringRef Keyword, in AddCXXOperatorKeyword()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | LinePrinter.h | 161 Keyword, enumerator
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | AttributeCommonInfo.h | 117 static Form Keyword(bool IsAlignas, bool IsRegularKeywordAttribute) { in Keyword() function
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 494 StringRef Keyword(StartChar, CurPtr - StartChar); in LexIdentifier() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | QualTypeNames.cpp | 444 ElaboratedTypeKeyword Keyword = ElaboratedTypeKeyword::None; in getFullyQualifiedType() local
|
H A D | Type.cpp | 3165 TypeWithKeyword::getTagTypeKindForKeyword(ElaboratedTypeKeyword Keyword) { in getTagTypeKindForKeyword() 3185 TypeWithKeyword::KeywordIsTagTypeKind(ElaboratedTypeKeyword Keyword) { in KeywordIsTagTypeKind() 3200 StringRef TypeWithKeyword::getKeywordName(ElaboratedTypeKeyword Keyword) { in getKeywordName() 3222 ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS, in DependentTemplateSpecializationType() 3244 ElaboratedTypeKeyword Keyword, in Profile() 3256 ElaboratedTypeKeyword Keyword; in isElaboratedTypeSpecifier() local 5059 AutoType::AutoType(QualType DeducedAsType, AutoTypeKeyword Keyword, in AutoType() 5083 QualType Deduced, AutoTypeKeyword Keyword, in Profile()
|
H A D | ASTContext.cpp | 5421 QualType ASTContext::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType() 5488 QualType ASTContext::getDependentNameType(ElaboratedTypeKeyword Keyword, in getDependentNameType() 5515 ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS, in getDependentTemplateSpecializationType() 5526 ElaboratedTypeKeyword Keyword, in getDependentTemplateSpecializationType() 6186 QualType DeducedType, AutoTypeKeyword Keyword, bool IsDependent, in getAutoTypeInternal() 6240 ASTContext::getAutoType(QualType DeducedType, AutoTypeKeyword Keyword, in getAutoType()
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | FormatTokenLexer.cpp | 434 const auto Keyword = *(Tokens.end() - 1); in tryMergeCSharpKeywordVariables() local
|
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
H A D | DeclarationFragments.cpp | 283 ElaboratedTypeKeyword Keyword = ET->getKeyword(); in getFragmentsForType() local
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | ModuleMap.cpp | 402 #define KEYWORD(Keyword,Conditions) .Case(#Keyword, true) in sanitizeFilenameAsIdentifier() argument 403 #define ALIAS(Keyword, AliasOf, Conditions) .Case(Keyword, true) in sanitizeFilenameAsIdentifier() argument
|
H A D | Lexer.cpp | 716 StringRef Keyword = TheTok.getRawIdentifier(); in ComputePreamble() local
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 1367 IdentifierInfo *Keyword = Tok.getIdentifierInfo(); in ParseAvailabilityAttribute() local 1572 IdentifierInfo *Keyword = Tok.getIdentifierInfo(); in ParseExternalSourceSymbolAttribute() local 1880 auto Keyword = in DiagnoseMisplacedCXX11Attribute() local
|
H A D | ParseDeclCXX.cpp | 4969 auto Keyword = in DiagnoseAndSkipCXX11Attributes() local
|