Home
last modified time | relevance | path

Searched refs:DeclStart (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp224 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; in ParseStatementOrDeclarationAfterAttributes() local
227 DeclStart = GNUAttributeLoc; in ParseStatementOrDeclarationAfterAttributes()
234 DeclStart = Attrs.Range.getBegin(); in ParseStatementOrDeclarationAfterAttributes()
235 return Actions.ActOnDeclStmt(Decl, DeclStart, DeclEnd); in ParseStatementOrDeclarationAfterAttributes()
1127 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; in ParseCompoundStatementBody() local
1130 R = Actions.ActOnDeclStmt(Res, DeclStart, DeclEnd); in ParseCompoundStatementBody()
1880 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; in ParseForStatement() local
1884 FirstPart = Actions.ActOnDeclStmt(DG, DeclStart, Tok.getLocation()); in ParseForStatement()
H A DParseExprCXX.cpp2020 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; in ParseCXXCondition() local
2023 *InitStmt = Actions.ActOnDeclStmt(DG, DeclStart, DeclEnd); in ParseCXXCondition()
2032 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; in ParseCXXCondition() local
2035 FRI->LoopVar = Actions.ActOnDeclStmt(DG, DeclStart, Tok.getLocation()); in ParseCXXCondition()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp5079 void Sema::ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart, in ActOnDefs() argument
5083 ObjCInterfaceDecl *Class = getObjCInterfaceDecl(ClassName, DeclStart); in ActOnDefs()
5085 Diag(DeclStart, diag::err_undef_interface) << ClassName; in ActOnDefs()
5089 Diag(DeclStart, diag::err_atdef_nonfragile_interface); in ActOnDefs()
H A DSemaDecl.cpp16705 Decl *Sema::ActOnField(Scope *S, Decl *TagD, SourceLocation DeclStart, in ActOnField() argument
16708 DeclStart, D, static_cast<Expr*>(BitfieldWidth), in ActOnField()
16716 SourceLocation DeclStart, in HandleField() argument
16728 SourceLocation Loc = DeclStart; in HandleField()
17087 SourceLocation DeclStart, in ActOnIvar() argument
17093 SourceLocation Loc = DeclStart; in ActOnIvar()
17156 DeclStart, Loc, II, T, in ActOnIvar()
H A DSemaDeclCXX.cpp18008 SourceLocation DeclStart, Declarator &D, in HandleMSProperty() argument
18015 Diag(DeclStart, diag::err_anonymous_property); in HandleMSProperty()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3057 void ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart,
3060 Decl *ActOnField(Scope *S, Decl *TagD, SourceLocation DeclStart,
3063 FieldDecl *HandleField(Scope *S, RecordDecl *TagD, SourceLocation DeclStart,
3068 SourceLocation DeclStart, Declarator &D,
3143 void ActOnLastBitfield(SourceLocation DeclStart,
3145 Decl *ActOnIvar(Scope *S, SourceLocation DeclStart,