Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/one-true-awk/
H A Dlex.c40 typedef struct Keyword { struct
44 } Keyword; typedef
/freebsd-src/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DDeclarationFragments.h57 Keyword, enumerator
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h783 const char *Keyword; global() member
899 Keyword(Keyword) Keyword() argument
H A DScopeInfo.h501 setFirstCoroutineStmt(SourceLocation Loc,StringRef Keyword) setFirstCoroutineStmt() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp185 StringRef Keyword) { in isValidCoroutineContext() argument
671 checkCoroutineContext(Sema & S,SourceLocation Loc,StringRef Keyword,bool IsImplicit=false) checkCoroutineContext() argument
776 ActOnCoroutineBodyStart(Scope * SC,SourceLocation KWLoc,StringRef Keyword) ActOnCoroutineBodyStart() argument
860 checkSuspensionContext(Sema & S,SourceLocation Loc,StringRef Keyword) checkSuspensionContext() argument
[all...]
H A DDeclSpec.cpp1433 StringRef Keyword; Finish() local
H A DSemaTemplate.cpp4374 ElaboratedTypeKeyword Keyword ActOnTagTemplateIdType() local
11196 CheckTypenameType(ElaboratedTypeKeyword Keyword,SourceLocation KeywordLoc,NestedNameSpecifierLoc QualifierLoc,const IdentifierInfo & II,SourceLocation IILoc,TypeSourceInfo ** TSI,bool DeducedTSTContext) CheckTypenameType() argument
11227 CheckTypenameType(ElaboratedTypeKeyword Keyword,SourceLocation KeywordLoc,NestedNameSpecifierLoc QualifierLoc,const IdentifierInfo & II,SourceLocation IILoc,bool DeducedTSTContext) CheckTypenameType() argument
[all...]
H A DSemaType.cpp1611 ElaboratedTypeKeyword Keyword ConvertDeclSpecToType() local
9695 getElaboratedType(ElaboratedTypeKeyword Keyword,const CXXScopeSpec & SS,QualType T,TagDecl * OwnedTagDecl) getElaboratedType() argument
H A DTreeTransform.h1053 RebuildAutoType(QualType Deduced,AutoTypeKeyword Keyword,ConceptDecl * TypeConstraintConcept,ArrayRef<TemplateArgument> TypeConstraintArgs) RebuildAutoType() argument
1096 RebuildElaboratedType(SourceLocation KeywordLoc,ElaboratedTypeKeyword Keyword,NestedNameSpecifierLoc QualifierLoc,QualType Named) RebuildElaboratedType() argument
1110 RebuildDependentTemplateSpecializationType(ElaboratedTypeKeyword Keyword,NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,const IdentifierInfo * Name,SourceLocation NameLoc,TemplateArgumentListInfo & Args,bool AllowInjectedClassName) RebuildDependentTemplateSpecializationType() argument
1149 RebuildDependentNameType(ElaboratedTypeKeyword Keyword,SourceLocation KeywordLoc,NestedNameSpecifierLoc QualifierLoc,const IdentifierInfo * Id,SourceLocation IdLoc,bool DeducedTSTContext) RebuildDependentNameType() argument
[all...]
H A DSemaCodeComplete.cpp3686 std::string Keyword; createCodeCompletionStringForDecl() local
7134 OBJC_AT_KEYWORD_NAME(NeedAt,Keyword) global() argument
[all...]
H A DSemaTemplateInstantiate.cpp1723 RebuildElaboratedType(SourceLocation KeywordLoc,ElaboratedTypeKeyword Keyword,NestedNameSpecifierLoc QualifierLoc,QualType T) RebuildElaboratedType() argument
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp252 static void AddKeyword(StringRef Keyword, in AddKeyword() argument
268 static void AddCXXOperatorKeyword(StringRef Keyword, in AddCXXOperatorKeyword() argument
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp283 } else if (Keyword.equals_insensitive("word")) { in ParseDirectiveSegment() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h117 static Form Keyword(bool IsAlignas, bool IsRegularKeywordAttribute) { in Keyword() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DLinePrinter.h161 Keyword, enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp491 StringRef Keyword(StartChar, CurPtr - StartChar); LexIdentifier() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp443 ElaboratedTypeKeyword Keyword = ElaboratedTypeKeyword::None; getFullyQualifiedType() local
H A DType.cpp3103 getTagTypeKindForKeyword(ElaboratedTypeKeyword Keyword) getTagTypeKindForKeyword() argument
3123 KeywordIsTagTypeKind(ElaboratedTypeKeyword Keyword) KeywordIsTagTypeKind() argument
3138 getKeywordName(ElaboratedTypeKeyword Keyword) getKeywordName() argument
3160 DependentTemplateSpecializationType(ElaboratedTypeKeyword Keyword,NestedNameSpecifier * NNS,const IdentifierInfo * Name,ArrayRef<TemplateArgument> Args,QualType Canon) DependentTemplateSpecializationType() argument
3182 Profile(llvm::FoldingSetNodeID & ID,const ASTContext & Context,ElaboratedTypeKeyword Keyword,NestedNameSpecifier * Qualifier,const IdentifierInfo * Name,ArrayRef<TemplateArgument> Args) Profile() argument
3194 ElaboratedTypeKeyword Keyword; isElaboratedTypeSpecifier() local
4814 AutoType(QualType DeducedAsType,AutoTypeKeyword Keyword,TypeDependence ExtraDependence,QualType Canon,ConceptDecl * TypeConstraintConcept,ArrayRef<TemplateArgument> TypeConstraintArgs) AutoType() argument
4838 Profile(llvm::FoldingSetNodeID & ID,const ASTContext & Context,QualType Deduced,AutoTypeKeyword Keyword,bool IsDependent,ConceptDecl * CD,ArrayRef<TemplateArgument> Arguments) Profile() argument
[all...]
H A DASTContext.cpp5013 getElaboratedType(ElaboratedTypeKeyword Keyword,NestedNameSpecifier * NNS,QualType NamedType,TagDecl * OwnedTagDecl) const getElaboratedType() argument
5080 getDependentNameType(ElaboratedTypeKeyword Keyword,NestedNameSpecifier * NNS,const IdentifierInfo * Name,QualType Canon) const getDependentNameType() argument
5107 getDependentTemplateSpecializationType(ElaboratedTypeKeyword Keyword,NestedNameSpecifier * NNS,const IdentifierInfo * Name,ArrayRef<TemplateArgumentLoc> Args) const getDependentTemplateSpecializationType() argument
5118 getDependentTemplateSpecializationType(ElaboratedTypeKeyword Keyword,NestedNameSpecifier * NNS,const IdentifierInfo * Name,ArrayRef<TemplateArgument> Args) const getDependentTemplateSpecializationType() argument
5743 getAutoTypeInternal(QualType DeducedType,AutoTypeKeyword Keyword,bool IsDependent,bool IsPack,ConceptDecl * TypeConstraintConcept,ArrayRef<TemplateArgument> TypeConstraintArgs,bool IsCanon) const getAutoTypeInternal() argument
5797 getAutoType(QualType DeducedType,AutoTypeKeyword Keyword,bool IsDependent,bool IsPack,ConceptDecl * TypeConstraintConcept,ArrayRef<TemplateArgument> TypeConstraintArgs) const getAutoType() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp396 const auto Keyword = *(Tokens.end() - 1); tryMergeCSharpKeywordVariables() local
/freebsd-src/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp259 ElaboratedTypeKeyword Keyword = ET->getKeyword(); getFragmentsForType() local
[all...]
/freebsd-src/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.cpp671 StringRef Keyword = TheTok.getRawIdentifier(); ComputePreamble() local
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1276 IdentifierInfo *Keyword = Tok.getIdentifierInfo(); ParseAvailabilityAttribute() local
1465 IdentifierInfo *Keyword = Tok.getIdentifierInfo(); ParseExternalSourceSymbolAttribute() local
1773 auto Keyword = DiagnoseMisplacedCXX11Attribute() local
[all...]
H A DParseDeclCXX.cpp4699 auto Keyword = DiagnoseAndSkipCXX11Attributes() local

12