Home
last modified time | relevance | path

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

12

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

12