/llvm-project/llvm/lib/MC/MCParser/ |
H A D | COFFMasmParser.cpp | 276 SMLoc KeywordLoc = getTok().getLoc(); in ParseDirectiveSegment() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | StmtCXX.h | 254 SourceLocation KeywordLoc; variable 264 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, in MSDependentExistsStmt()
|
H A D | ExprCXX.h | 5105 : Expr(SC, Ty, VK_PRValue, OK_Ordinary), KeywordLoc(KeywordLoc) { in CoroutineSuspendExpr() argument 5080 SourceLocation KeywordLoc; global() variable 5091 CoroutineSuspendExpr(StmtClass SC,SourceLocation KeywordLoc,Expr * Operand,Expr * Common,Expr * Ready,Expr * Suspend,Expr * Resume,OpaqueValueExpr * OpaqueValue) CoroutineSuspendExpr() argument 5226 SourceLocation KeywordLoc; global() variable 5230 DependentCoawaitExpr(SourceLocation KeywordLoc,QualType Ty,Expr * Op,UnresolvedLookupExpr * OpCoawait) DependentCoawaitExpr() argument [all...] |
/llvm-project/clang/include/clang/Sema/ |
H A D | ParsedAttr.h | 50 SourceLocation KeywordLoc; member
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 1360 SourceLocation KeywordLoc = ConsumeToken(); ParseAvailabilityAttribute() local 1563 SourceLocation KeywordLoc = Tok.getLocation(); ParseExternalSourceSymbolAttribute() local [all...] |
H A D | ParseExprCXX.cpp | 2734 SourceLocation KeywordLoc = ConsumeToken(); ParseUnqualifiedIdOperator() local
|
H A D | ParseDeclCXX.cpp | 4177 SourceLocation KeywordLoc = ConsumeToken(); tryParseExceptionSpecification() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 4375 BuildMSDependentExistsStmt(SourceLocation KeywordLoc,bool IsIfExists,NestedNameSpecifierLoc QualifierLoc,DeclarationNameInfo NameInfo,Stmt * Nested) BuildMSDependentExistsStmt() argument 4387 ActOnMSDependentExistsStmt(SourceLocation KeywordLoc,bool IsIfExists,CXXScopeSpec & SS,UnqualifiedId & Name,Stmt * Nested) ActOnMSDependentExistsStmt() argument
|
H A D | SemaTemplateInstantiate.cpp | 1923 RebuildElaboratedType(SourceLocation KeywordLoc,ElaboratedTypeKeyword Keyword,NestedNameSpecifierLoc QualifierLoc,QualType T) RebuildElaboratedType() argument
|
H A D | SemaTemplate.cpp | 11633 CheckTypenameType(ElaboratedTypeKeyword Keyword,SourceLocation KeywordLoc,NestedNameSpecifierLoc QualifierLoc,const IdentifierInfo & II,SourceLocation IILoc,TypeSourceInfo ** TSI,bool DeducedTSTContext) CheckTypenameType() argument 11664 CheckTypenameType(ElaboratedTypeKeyword Keyword,SourceLocation KeywordLoc,NestedNameSpecifierLoc QualifierLoc,const IdentifierInfo & II,SourceLocation IILoc,bool DeducedTSTContext) CheckTypenameType() argument
|
H A D | TreeTransform.h | 1116 RebuildElaboratedType(SourceLocation KeywordLoc,ElaboratedTypeKeyword Keyword,NestedNameSpecifierLoc QualifierLoc,QualType Named) RebuildElaboratedType() argument 1171 RebuildDependentNameType(ElaboratedTypeKeyword Keyword,SourceLocation KeywordLoc,NestedNameSpecifierLoc QualifierLoc,const IdentifierInfo * Id,SourceLocation IdLoc,bool DeducedTSTContext) RebuildDependentNameType() argument 2613 RebuildMSDependentExistsStmt(SourceLocation KeywordLoc,bool IsIfExists,NestedNameSpecifierLoc QualifierLoc,DeclarationNameInfo NameInfo,Stmt * Nested) RebuildMSDependentExistsStmt() argument
|
H A D | SemaExprCXX.cpp | 9120 CheckMicrosoftIfExistsSymbol(Scope * S,SourceLocation KeywordLoc,bool IsIfExists,CXXScopeSpec & SS,UnqualifiedId & Name) CheckMicrosoftIfExistsSymbol() argument
|
H A D | SemaDeclCXX.cpp | 11440 DiagnoseNamespaceInlineMismatch(Sema & S,SourceLocation KeywordLoc,SourceLocation Loc,IdentifierInfo * II,bool * IsInline,NamespaceDecl * PrevNS) DiagnoseNamespaceInlineMismatch() argument
|
/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 2223 SourceLocation KeywordLoc; global() member
|