Home
last modified time | relevance | path

Searched defs:Keyword (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/contrib/one-true-awk/
H A Dlex.c40 typedef struct Keyword { struct
44 } Keyword; typedef
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h785 const char *Keyword; member
901 : Keyword(Keyword), Priority(Priority), Kind(RK_Keyword), in Keyword() argument
H A DScopeInfo.h504 void setFirstCoroutineStmt(SourceLocation Loc, StringRef Keyword) { in setFirstCoroutineStmt()
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DDeclarationFragments.h57 Keyword, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp185 StringRef Keyword) { in isValidCoroutineContext()
583 StringRef Keyword, in checkCoroutineContext()
688 StringRef Keyword) { in ActOnCoroutineBodyStart()
772 StringRef Keyword) { in checkSuspensionContext()
H A DDeclSpec.cpp1467 StringRef Keyword; in Finish() local
H A DSemaTemplate.cpp3684 ElaboratedTypeKeyword Keyword in ActOnTagTemplateIdType() local
10427 Sema::CheckTypenameType(ElaboratedTypeKeyword Keyword, in CheckTypenameType()
10458 Sema::CheckTypenameType(ElaboratedTypeKeyword Keyword, in CheckTypenameType()
H A DSemaType.cpp1209 ElaboratedTypeKeyword Keyword in ConvertDeclSpecToType() local
9348 QualType Sema::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType()
H A DTreeTransform.h1074 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 DSemaCodeComplete.cpp3692 std::string Keyword; in createCodeCompletionStringForDecl() local
7197 #define OBJC_AT_KEYWORD_NAME(NeedAt, Keyword) ((NeedAt) ? "@" Keyword : Keyword) argument
H A DSemaTemplateInstantiate.cpp1927 ElaboratedTypeKeyword Keyword, in RebuildElaboratedType()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp277 StringRef Keyword; in ParseDirectiveSegment() local
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp252 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 DLinePrinter.h161 Keyword, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h117 static Form Keyword(bool IsAlignas, bool IsRegularKeywordAttribute) { in Keyword() function
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp494 StringRef Keyword(StartChar, CurPtr - StartChar); in LexIdentifier() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp444 ElaboratedTypeKeyword Keyword = ElaboratedTypeKeyword::None; in getFullyQualifiedType() local
H A DType.cpp3165 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 DASTContext.cpp5421 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 DFormatTokenLexer.cpp434 const auto Keyword = *(Tokens.end() - 1); in tryMergeCSharpKeywordVariables() local
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp283 ElaboratedTypeKeyword Keyword = ET->getKeyword(); in getFragmentsForType() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp402 #define KEYWORD(Keyword,Conditions) .Case(#Keyword, true) in sanitizeFilenameAsIdentifier() argument
403 #define ALIAS(Keyword, AliasOf, Conditions) .Case(Keyword, true) in sanitizeFilenameAsIdentifier() argument
H A DLexer.cpp716 StringRef Keyword = TheTok.getRawIdentifier(); in ComputePreamble() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1367 IdentifierInfo *Keyword = Tok.getIdentifierInfo(); in ParseAvailabilityAttribute() local
1572 IdentifierInfo *Keyword = Tok.getIdentifierInfo(); in ParseExternalSourceSymbolAttribute() local
1880 auto Keyword = in DiagnoseMisplacedCXX11Attribute() local
H A DParseDeclCXX.cpp4969 auto Keyword = in DiagnoseAndSkipCXX11Attributes() local

12