/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 255 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; in ParseStatementOrDeclarationAfterAttributes() local 258 DeclStart = GNUAttributeLoc; in ParseStatementOrDeclarationAfterAttributes() 270 DeclStart = CXX11Attrs.Range.getBegin(); in ParseStatementOrDeclarationAfterAttributes() 272 DeclStart = GNUAttrs.Range.getBegin(); in ParseStatementOrDeclarationAfterAttributes() 273 return Actions.ActOnDeclStmt(Decl, DeclStart, DeclEnd); in ParseStatementOrDeclarationAfterAttributes() 1267 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; in ParseCompoundStatementBody() local 1271 R = Actions.ActOnDeclStmt(Res, DeclStart, DeclEnd); in ParseCompoundStatementBody() 2104 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; in ParseForStatement() local 2108 FirstPart = Actions.ActOnDeclStmt(DG, DeclStart, Tok.getLocation()); in ParseForStatement() 2117 FirstPart = Actions.ActOnDeclStmt(DG, DeclStart, Tok.getLocation()); in ParseForStatement()
|
H A D | ParseExprCXX.cpp | 2083 SourceLocation DeclStart = ConsumeToken(), DeclEnd; in ParseAliasDeclarationInInitStatement() local 2085 DG = ParseUsingDeclaration(Context, {}, DeclStart, DeclEnd, Attrs, AS_none); in ParseAliasDeclarationInInitStatement() 2089 Diag(DeclStart, !getLangOpts().CPlusPlus23 in ParseAliasDeclarationInInitStatement() 2092 << SourceRange(DeclStart, DeclEnd); in ParseAliasDeclarationInInitStatement() 2209 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; in ParseCXXCondition() local 2218 *InitStmt = Actions.ActOnDeclStmt(DG, DeclStart, DeclEnd); in ParseCXXCondition() 2227 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; in ParseCXXCondition() local 2231 FRI->LoopVar = Actions.ActOnDeclStmt(DG, DeclStart, Tok.getLocation()); in ParseCXXCondition()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaObjC.h | 497 void ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart, 569 Decl *ActOnIvar(Scope *S, SourceLocation DeclStart, Declarator &D,
|
H A D | Sema.h | 3897 Decl *ActOnField(Scope *S, Decl *TagD, SourceLocation DeclStart, 3901 FieldDecl *HandleField(Scope *S, RecordDecl *TagD, SourceLocation DeclStart, 3928 void ActOnLastBitfield(SourceLocation DeclStart, 5858 SourceLocation DeclStart, Declarator &D,
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 5113 void SemaObjC::ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart, in ActOnDefs() argument 5118 ObjCInterfaceDecl *Class = getObjCInterfaceDecl(ClassName, DeclStart); in ActOnDefs() 5120 Diag(DeclStart, diag::err_undef_interface) << ClassName; in ActOnDefs() 5124 Diag(DeclStart, diag::err_atdef_nonfragile_interface); in ActOnDefs() 5573 Decl *SemaObjC::ActOnIvar(Scope *S, SourceLocation DeclStart, Declarator &D, in ActOnIvar() argument 5577 SourceLocation Loc = DeclStart; in ActOnIvar() 5642 ObjCIvarDecl::Create(getASTContext(), EnclosingContext, DeclStart, Loc, in ActOnIvar()
|
H A D | SemaDecl.cpp | 18224 Decl *Sema::ActOnField(Scope *S, Decl *TagD, SourceLocation DeclStart, in ActOnField() argument 18226 FieldDecl *Res = HandleField(S, cast_if_present<RecordDecl>(TagD), DeclStart, in ActOnField() 18233 SourceLocation DeclStart, in HandleField() argument 18245 SourceLocation Loc = DeclStart; in HandleField()
|
H A D | SemaDeclCXX.cpp | 18945 SourceLocation DeclStart, Declarator &D, in HandleMSProperty() argument 18952 Diag(DeclStart, diag::err_anonymous_property); in HandleMSProperty()
|