Home
last modified time | relevance | path

Searched defs:KeywordLoc (Results 1 – 14 of 14) sorted by relevance

/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp276 SMLoc KeywordLoc = getTok().getLoc(); in ParseDirectiveSegment() local
/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h254 SourceLocation KeywordLoc; variable
264 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, in MSDependentExistsStmt()
H A DExprCXX.h5105 : 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 DParsedAttr.h50 SourceLocation KeywordLoc; member
/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1360 SourceLocation KeywordLoc = ConsumeToken(); ParseAvailabilityAttribute() local
1563 SourceLocation KeywordLoc = Tok.getLocation(); ParseExternalSourceSymbolAttribute() local
[all...]
H A DParseExprCXX.cpp2734 SourceLocation KeywordLoc = ConsumeToken(); ParseUnqualifiedIdOperator() local
H A DParseDeclCXX.cpp4177 SourceLocation KeywordLoc = ConsumeToken(); tryParseExceptionSpecification() local
/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4375 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 DSemaTemplateInstantiate.cpp1923 RebuildElaboratedType(SourceLocation KeywordLoc,ElaboratedTypeKeyword Keyword,NestedNameSpecifierLoc QualifierLoc,QualType T) RebuildElaboratedType() argument
H A DSemaTemplate.cpp11633 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 DTreeTransform.h1116 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 DSemaExprCXX.cpp9120 CheckMicrosoftIfExistsSymbol(Scope * S,SourceLocation KeywordLoc,bool IsIfExists,CXXScopeSpec & SS,UnqualifiedId & Name) CheckMicrosoftIfExistsSymbol() argument
H A DSemaDeclCXX.cpp11440 DiagnoseNamespaceInlineMismatch(Sema & S,SourceLocation KeywordLoc,SourceLocation Loc,IdentifierInfo * II,bool * IsInline,NamespaceDecl * PrevNS) DiagnoseNamespaceInlineMismatch() argument
/llvm-project/clang/include/clang/Parse/
H A DParser.h2223 SourceLocation KeywordLoc; global() member