Home
last modified time | relevance | path

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

12

/openbsd-src/usr.bin/awk/
H A Dlex.c41 typedef struct Keyword { struct
45 } Keyword; argument
/openbsd-src/gnu/llvm/clang/include/clang/ExtractAPI/
H A DDeclarationFragments.h52 Keyword, enumerator
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h775 const char *Keyword; member
891 : Keyword(Keyword), Priority(Priority), Kind(RK_Keyword), in Keyword() argument
H A DScopeInfo.h489 void setFirstCoroutineStmt(SourceLocation Loc, StringRef Keyword) { in setFirstCoroutineStmt()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCoroutine.cpp184 StringRef Keyword) { in isValidCoroutineContext()
586 StringRef Keyword, in checkCoroutineContext()
691 StringRef Keyword) { in ActOnCoroutineBodyStart()
772 StringRef Keyword) { in checkSuspensionContext()
H A DDeclSpec.cpp1420 StringRef Keyword; in Finish() local
H A DSemaTemplate.cpp4204 ElaboratedTypeKeyword Keyword in ActOnTagTemplateIdType() local
10890 Sema::CheckTypenameType(ElaboratedTypeKeyword Keyword, in CheckTypenameType()
10921 Sema::CheckTypenameType(ElaboratedTypeKeyword Keyword, in CheckTypenameType()
H A DSemaType.cpp1593 ElaboratedTypeKeyword Keyword in ConvertDeclSpecToType() local
9203 QualType Sema::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType()
H A DTreeTransform.h1032 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 DSemaTemplateInstantiate.cpp1576 ElaboratedTypeKeyword Keyword, in RebuildElaboratedType()
H A DSemaCodeComplete.cpp3609 std::string Keyword; in createCodeCompletionStringForDecl() local
7044 #define OBJC_AT_KEYWORD_NAME(NeedAt, Keyword) ((NeedAt) ? "@" Keyword : Keyword) argument
H A DSemaLookup.cpp4569 void TypoCorrectionConsumer::addKeywordResult(StringRef Keyword) { in addKeywordResult()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DIdentifierTable.cpp251 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 DCOFFMasmParser.cpp283 StringRef Keyword; in ParseDirectiveSegment() local
H A DAsmParser.cpp3543 StringRef Keyword; in parseDirectiveFile() local
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DLinePrinter.h161 Keyword, enumerator
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DQualTypeNames.cpp443 ElaboratedTypeKeyword Keyword = ETK_None; in getFullyQualifiedType() local
H A DType.cpp2883 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 DASTContext.cpp5031 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 DLLLexer.cpp492 StringRef Keyword(StartChar, CurPtr - StartChar); in LexIdentifier() local
/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp230 ElaboratedTypeKeyword Keyword = ET->getKeyword(); in getFragmentsForType() local
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormatTokenLexer.cpp377 const auto Keyword = *(Tokens.end() - 1); in tryMergeCSharpKeywordVariables() local
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DModuleMap.cpp362 #define KEYWORD(Keyword,Conditions) .Case(#Keyword, true) in sanitizeFilenameAsIdentifier() argument
363 #define ALIAS(Keyword, AliasOf, Conditions) .Case(Keyword, true) in sanitizeFilenameAsIdentifier() argument
H A DLexer.cpp667 StringRef Keyword = TheTok.getRawIdentifier(); in ComputePreamble() local
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp1162 IdentifierInfo *Keyword = Tok.getIdentifierInfo(); in ParseAvailabilityAttribute() local
1363 IdentifierInfo *Keyword = Tok.getIdentifierInfo(); in ParseExternalSourceSymbolAttribute() local

12