/netbsd-src/sys/external/bsd/acpica/dist/tools/acpisrc/ |
H A D | asremove.c | 69 char *Keyword, in AsRemoveStatement() 147 char *Keyword) in AsRemoveConditionalCompile() 318 char *Keyword) variable 388 char *Keyword) in AsRemoveLine() 440 char *Keyword) in AsReduceTypedefs() 674 char *Keyword) in AsCleanupSpecialMacro()
|
H A D | asconvrt.c | 1497 char *Keyword, in AsInsertPrefix()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | tokens.c | 200 struct Keyword struct 207 static Keyword keywords[] = argument
|
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpihelp/ |
H A D | ahaml.c | 254 const AH_AML_TYPE *Keyword; in AhFindAmlTypes() local
|
H A D | ahasl.c | 80 const AH_ASL_KEYWORD *Keyword; in AhFindAslKeywords() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | CodeCompleteConsumer.h | 770 const char *Keyword; member 880 : Keyword(Keyword), Priority(Priority), Kind(RK_Keyword), in Keyword() function
|
H A D | ScopeInfo.h | 474 void setFirstCoroutineStmt(SourceLocation Loc, StringRef Keyword) { in setFirstCoroutineStmt()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | LinePrinter.h | 144 Keyword, enumerator
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaCoroutine.cpp | 189 StringRef Keyword) { in isValidCoroutineContext() 629 StringRef Keyword, in checkCoroutineContext() 730 StringRef Keyword) { in ActOnCoroutineBodyStart() 810 StringRef Keyword) { in checkSuspensionContext()
|
H A D | DeclSpec.cpp | 1405 StringRef Keyword; in Finish() local
|
H A D | SemaType.cpp | 1583 ElaboratedTypeKeyword Keyword in ConvertDeclSpecToType() local 5946 ElaboratedTypeKeyword Keyword in VisitElaboratedTypeLoc() local 8838 QualType Sema::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType()
|
H A D | SemaTemplate.cpp | 4029 ElaboratedTypeKeyword Keyword in ActOnTagTemplateIdType() local 10530 Sema::CheckTypenameType(ElaboratedTypeKeyword Keyword, in CheckTypenameType() 10561 Sema::CheckTypenameType(ElaboratedTypeKeyword Keyword, in CheckTypenameType()
|
H A D | SemaTemplateInstantiate.cpp | 1323 ElaboratedTypeKeyword Keyword, in RebuildElaboratedType()
|
H A D | TreeTransform.h | 982 QualType RebuildAutoType(QualType Deduced, AutoTypeKeyword Keyword, in RebuildAutoType() 1025 ElaboratedTypeKeyword Keyword, in RebuildElaboratedType() 1039 ElaboratedTypeKeyword Keyword, in RebuildDependentTemplateSpecializationType() 1083 QualType RebuildDependentNameType(ElaboratedTypeKeyword Keyword, in RebuildDependentNameType()
|
H A D | SemaCodeComplete.cpp | 3567 std::string Keyword; in createCodeCompletionStringForDecl() local 6503 #define OBJC_AT_KEYWORD_NAME(NeedAt, Keyword) ((NeedAt) ? "@" Keyword : Keyword) argument
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | IdentifierTable.cpp | 164 static void AddKeyword(StringRef Keyword, in AddKeyword() 189 static void AddCXXOperatorKeyword(StringRef Keyword, in AddCXXOperatorKeyword()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 492 StringRef Keyword(StartChar, CurPtr - StartChar); in LexIdentifier() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Type.cpp | 2831 TypeWithKeyword::getTagTypeKindForKeyword(ElaboratedTypeKeyword Keyword) { in getTagTypeKindForKeyword() 2846 TypeWithKeyword::KeywordIsTagTypeKind(ElaboratedTypeKeyword Keyword) { in KeywordIsTagTypeKind() 2861 StringRef TypeWithKeyword::getKeywordName(ElaboratedTypeKeyword Keyword) { in getKeywordName() 2876 ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS, in DependentTemplateSpecializationType() 2898 ElaboratedTypeKeyword Keyword, in Profile() 2910 ElaboratedTypeKeyword Keyword; in isElaboratedTypeSpecifier() local 4389 AutoType::AutoType(QualType DeducedAsType, AutoTypeKeyword Keyword, in AutoType() 4409 QualType Deduced, AutoTypeKeyword Keyword, in Profile()
|
H A D | QualTypeNames.cpp | 433 ElaboratedTypeKeyword Keyword = ETK_None; in getFullyQualifiedType() local
|
H A D | ASTContext.cpp | 4802 QualType ASTContext::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType() 4868 QualType ASTContext::getDependentNameType(ElaboratedTypeKeyword Keyword, in getDependentNameType() 4895 ElaboratedTypeKeyword Keyword, in getDependentTemplateSpecializationType() 4908 ElaboratedTypeKeyword Keyword, in getDependentTemplateSpecializationType() 5516 ASTContext::getAutoType(QualType DeducedType, AutoTypeKeyword Keyword, in getAutoType()
|
/netbsd-src/sys/external/bsd/acpica/dist/os_specific/service_layers/ |
H A D | oslinuxtbl.c | 512 const char *Keyword) in OslFindRsdpViaEfiByKeyword()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
H A D | FormatTokenLexer.cpp | 340 auto &Keyword = *(Tokens.end() - 1); in tryMergeCSharpKeywordVariables() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | ModuleMap.cpp | 359 #define KEYWORD(Keyword,Conditions) .Case(#Keyword, true) in sanitizeFilenameAsIdentifier() argument 360 #define ALIAS(Keyword, AliasOf, Conditions) .Case(Keyword, true) in sanitizeFilenameAsIdentifier() argument
|
H A D | Lexer.cpp | 664 StringRef Keyword = TheTok.getRawIdentifier(); in ComputePreamble() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 1090 IdentifierInfo *Keyword = Tok.getIdentifierInfo(); in ParseAvailabilityAttribute() local 1291 IdentifierInfo *Keyword = Tok.getIdentifierInfo(); in ParseExternalSourceSymbolAttribute() local
|