/llvm-project/clang-tools-extra/pseudo/gen/ |
H A D | Main.cpp |
|
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
H A D | VirtualClassDestructorCheck.cpp | 123 const std::string &Keyword) { in eraseKeyword()
|
/llvm-project/flang/lib/Semantics/ |
H A D | rewrite-parse-tree.cpp | 51 Pre(parser::Keyword &) Pre() argument
|
/llvm-project/clang-tools-extra/pseudo/lib/grammar/ |
H A D | Grammar.cpp |
|
/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | DeclarationFragments.h | 57 Keyword, enumerator
|
/llvm-project/clang/include/clang/Sema/ |
H A D | CodeCompleteConsumer.h | 785 const char *Keyword; global() member 901 Keyword(Keyword) Keyword() argument
|
H A D | ScopeInfo.h | 504 void setFirstCoroutineStmt(SourceLocation Loc, StringRef Keyword) { in setFirstCoroutineStmt() argument
|
/llvm-project/llvm/lib/MC/MCParser/ |
H A D | COFFMasmParser.cpp | 277 StringRef Keyword; in ParseDirectiveSegment() local [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaCoroutine.cpp | 583 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 D | DeclSpec.cpp | 1467 StringRef Keyword; Finish() local
|
/llvm-project/clang/include/clang/Basic/ |
H A D | AttributeCommonInfo.h | 117 static Form Keyword(bool IsAlignas, bool IsRegularKeywordAttribute) { Keyword() function
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | LinePrinter.h | 161 Keyword, enumerator
|
/llvm-project/clang/lib/Basic/ |
H A D | IdentifierTable.cpp | 252 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 D | QualTypeNames.cpp | 444 Keyword = ETypeInput->getKeyword(); in getFullyQualifiedType() local
|
H A D | Type.cpp | 3224 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 D | LLLexer.cpp | 494 StringRef Keyword(StartChar, CurPtr - StartChar); LexIdentifier() local [all...] |
/llvm-project/clang-tools-extra/clangd/ |
H A D | Quality.h | 72 Keyword, enumerator
|
H A D | SourceCode.cpp | 640 else if (const auto *Keyword = tok::getKeywordSpelling(Tok.kind())) in collectIdentifiers() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | convert-member-functions-to-static.cpp | 221 #define T(FunctionName, Keyword) \ argument
|
H A D | make-member-function-const.cpp | 297 #define T(FunctionName, Keyword) \ argument
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | QualityTests.cpp | 224 SymbolQualitySignals Keyword, Variable, Macro, Constructor, Function, in TEST() local
|
/llvm-project/clang/lib/Format/ |
H A D | FormatTokenLexer.cpp | 427 const auto Keyword = *(Tokens.end() - 1); tryMergeCSharpKeywordVariables() local
|
/llvm-project/clang/lib/ExtractAPI/ |
H A D | DeclarationFragments.cpp | 283 ElaboratedTypeKeyword Keyword = ET->getKeyword(); getFragmentsForType() local [all...] |
/llvm-project/clang/lib/Lex/ |
H A D | ModuleMap.cpp | 402 KEYWORD(Keyword,Conditions) sanitizeFilenameAsIdentifier() argument 403 ALIAS(Keyword,AliasOf,Conditions) sanitizeFilenameAsIdentifier() argument
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 1359 IdentifierInfo *Keyword = Tok.getIdentifierInfo(); ParseAvailabilityAttribute() local 1564 IdentifierInfo *Keyword = Tok.getIdentifierInfo(); ParseExternalSourceSymbolAttribute() local 1872 auto Keyword = DiagnoseMisplacedCXX11Attribute() local [all...] |