Searched refs:DeclStart (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseStmt.cpp | 209 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; in ParseStatementOrDeclarationAfterAttributes() local 212 return Actions.ActOnDeclStmt(Decl, DeclStart, DeclEnd); in ParseStatementOrDeclarationAfterAttributes() 963 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; in ParseCompoundStatementBody() local 967 R = Actions.ActOnDeclStmt(Res, DeclStart, DeclEnd); in ParseCompoundStatementBody() 1543 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; in ParseForStatement() local 1548 FirstPart = Actions.ActOnDeclStmt(DG, DeclStart, Tok.getLocation()); in ParseForStatement()
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 3284 void Sema::ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart, in ActOnDefs() argument 3288 ObjCInterfaceDecl *Class = getObjCInterfaceDecl(ClassName, DeclStart); in ActOnDefs() 3290 Diag(DeclStart, diag::err_undef_interface) << ClassName; in ActOnDefs() 3294 Diag(DeclStart, diag::err_atdef_nonfragile_interface); in ActOnDefs()
|
D | SemaDecl.cpp | 11710 Decl *Sema::ActOnField(Scope *S, Decl *TagD, SourceLocation DeclStart, in ActOnField() argument 11713 DeclStart, D, static_cast<Expr*>(BitfieldWidth), in ActOnField() 11721 SourceLocation DeclStart, in HandleField() argument 11726 SourceLocation Loc = DeclStart; in HandleField() 12075 SourceLocation DeclStart, in ActOnIvar() argument 12081 SourceLocation Loc = DeclStart; in ActOnIvar() 12143 DeclStart, Loc, II, T, in ActOnIvar()
|
D | SemaDeclCXX.cpp | 13061 SourceLocation DeclStart, in HandleMSProperty() argument 13068 Diag(DeclStart, diag::err_anonymous_property); in HandleMSProperty()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1803 void ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart, 1806 Decl *ActOnField(Scope *S, Decl *TagD, SourceLocation DeclStart, 1809 FieldDecl *HandleField(Scope *S, RecordDecl *TagD, SourceLocation DeclStart, 1814 SourceLocation DeclStart, 1834 void ActOnLastBitfield(SourceLocation DeclStart, 1836 Decl *ActOnIvar(Scope *S, SourceLocation DeclStart,
|