Searched refs:DeclStart (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseStmt.cpp | 206 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; in ParseStatementOrDeclarationAfterAttributes() local 209 return Actions.ActOnDeclStmt(Decl, DeclStart, DeclEnd); in ParseStatementOrDeclarationAfterAttributes() 988 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; in ParseCompoundStatementBody() local 991 R = Actions.ActOnDeclStmt(Res, DeclStart, DeclEnd); in ParseCompoundStatementBody() 1572 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; in ParseForStatement() local 1576 FirstPart = Actions.ActOnDeclStmt(DG, DeclStart, Tok.getLocation()); in ParseForStatement()
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 4372 void Sema::ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart, in ActOnDefs() argument 4376 ObjCInterfaceDecl *Class = getObjCInterfaceDecl(ClassName, DeclStart); in ActOnDefs() 4378 Diag(DeclStart, diag::err_undef_interface) << ClassName; in ActOnDefs() 4382 Diag(DeclStart, diag::err_atdef_nonfragile_interface); in ActOnDefs()
|
D | SemaDecl.cpp | 12881 Decl *Sema::ActOnField(Scope *S, Decl *TagD, SourceLocation DeclStart, in ActOnField() argument 12884 DeclStart, D, static_cast<Expr*>(BitfieldWidth), in ActOnField() 12892 SourceLocation DeclStart, in HandleField() argument 12897 SourceLocation Loc = DeclStart; in HandleField() 13250 SourceLocation DeclStart, in ActOnIvar() argument 13256 SourceLocation Loc = DeclStart; in ActOnIvar() 13318 DeclStart, Loc, II, T, in ActOnIvar()
|
D | SemaDeclCXX.cpp | 13728 SourceLocation DeclStart, in HandleMSProperty() argument 13735 Diag(DeclStart, diag::err_anonymous_property); in HandleMSProperty()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1916 void ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart, 1919 Decl *ActOnField(Scope *S, Decl *TagD, SourceLocation DeclStart, 1922 FieldDecl *HandleField(Scope *S, RecordDecl *TagD, SourceLocation DeclStart, 1927 SourceLocation DeclStart, 1947 void ActOnLastBitfield(SourceLocation DeclStart, 1949 Decl *ActOnIvar(Scope *S, SourceLocation DeclStart,
|