Home
last modified time | relevance | path

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

12

/llvm-project/clang-tools-extra/pseudo/gen/
H A DMain.cpp
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DVirtualClassDestructorCheck.cpp123 const std::string &Keyword) { in eraseKeyword()
/llvm-project/flang/lib/Semantics/
H A Drewrite-parse-tree.cpp51 Pre(parser::Keyword &) Pre() argument
/llvm-project/clang-tools-extra/pseudo/lib/grammar/
H A DGrammar.cpp
/llvm-project/clang/include/clang/ExtractAPI/
H A DDeclarationFragments.h57 Keyword, enumerator
/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h785 const char *Keyword; global() member
901 Keyword(Keyword) Keyword() argument
H A DScopeInfo.h504 void setFirstCoroutineStmt(SourceLocation Loc, StringRef Keyword) { in setFirstCoroutineStmt() argument
/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp277 StringRef Keyword; in ParseDirectiveSegment() local
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp583 if (!isValidCoroutineContext(S, Loc, Keyword)) in checkCoroutineContext() argument
185 isValidCoroutineContext(Sema & S,SourceLocation Loc,StringRef Keyword) isValidCoroutineContext() argument
688 ActOnCoroutineBodyStart(Scope * SC,SourceLocation KWLoc,StringRef Keyword) ActOnCoroutineBodyStart() argument
772 checkSuspensionContext(Sema & S,SourceLocation Loc,StringRef Keyword) checkSuspensionContext() argument
[all...]
H A DDeclSpec.cpp1467 StringRef Keyword; Finish() local
/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h117 static Form Keyword(bool IsAlignas, bool IsRegularKeywordAttribute) { Keyword() function
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DLinePrinter.h161 Keyword, enumerator
/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp252 AddKeyword(StringRef Keyword,tok::TokenKind TokenCode,unsigned Flags,const LangOptions & LangOpts,IdentifierTable & Table) AddKeyword() argument
268 AddCXXOperatorKeyword(StringRef Keyword,tok::TokenKind TokenCode,IdentifierTable & Table) AddCXXOperatorKeyword() argument
/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp444 Keyword = ETypeInput->getKeyword(); in getFullyQualifiedType() local
H A DType.cpp3224 getTagTypeKindForKeyword(ElaboratedTypeKeyword Keyword) getTagTypeKindForKeyword() argument
3244 KeywordIsTagTypeKind(ElaboratedTypeKeyword Keyword) KeywordIsTagTypeKind() argument
3259 getKeywordName(ElaboratedTypeKeyword Keyword) getKeywordName() argument
3281 DependentTemplateSpecializationType(ElaboratedTypeKeyword Keyword,NestedNameSpecifier * NNS,const IdentifierInfo * Name,ArrayRef<TemplateArgument> Args,QualType Canon) DependentTemplateSpecializationType() argument
3303 Profile(llvm::FoldingSetNodeID & ID,const ASTContext & Context,ElaboratedTypeKeyword Keyword,NestedNameSpecifier * Qualifier,const IdentifierInfo * Name,ArrayRef<TemplateArgument> Args) Profile() argument
3315 ElaboratedTypeKeyword Keyword; isElaboratedTypeSpecifier() local
5088 AutoType(QualType DeducedAsType,AutoTypeKeyword Keyword,TypeDependence ExtraDependence,QualType Canon,ConceptDecl * TypeConstraintConcept,ArrayRef<TemplateArgument> TypeConstraintArgs) AutoType() argument
5112 Profile(llvm::FoldingSetNodeID & ID,const ASTContext & Context,QualType Deduced,AutoTypeKeyword Keyword,bool IsDependent,ConceptDecl * CD,ArrayRef<TemplateArgument> Arguments) Profile() argument
[all...]
/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp494 StringRef Keyword(StartChar, CurPtr - StartChar); LexIdentifier() local
[all...]
/llvm-project/clang-tools-extra/clangd/
H A DQuality.h72 Keyword, enumerator
H A DSourceCode.cpp640 else if (const auto *Keyword = tok::getKeywordSpelling(Tok.kind())) in collectIdentifiers() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dconvert-member-functions-to-static.cpp221 #define T(FunctionName, Keyword) \ argument
H A Dmake-member-function-const.cpp297 #define T(FunctionName, Keyword) \ argument
/llvm-project/clang-tools-extra/clangd/unittests/
H A DQualityTests.cpp224 SymbolQualitySignals Keyword, Variable, Macro, Constructor, Function, in TEST() local
/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp427 const auto Keyword = *(Tokens.end() - 1); tryMergeCSharpKeywordVariables() local
/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp283 ElaboratedTypeKeyword Keyword = ET->getKeyword(); getFragmentsForType() local
[all...]
/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp402 KEYWORD(Keyword,Conditions) sanitizeFilenameAsIdentifier() argument
403 ALIAS(Keyword,AliasOf,Conditions) sanitizeFilenameAsIdentifier() argument
/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1359 IdentifierInfo *Keyword = Tok.getIdentifierInfo(); ParseAvailabilityAttribute() local
1564 IdentifierInfo *Keyword = Tok.getIdentifierInfo(); ParseExternalSourceSymbolAttribute() local
1872 auto Keyword = DiagnoseMisplacedCXX11Attribute() local
[all...]

12