Searched defs:DeclStart (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Parse/
H A DParseStmt.cpp214 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; local
217 return Actions.ActOnDeclStmt(Decl, DeclStart, DeclEnd);
1007 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; local
1010 R = Actions.ActOnDeclStmt(Res, DeclStart, DeclEnd);
1611 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; local
1615 FirstPart = Actions.ActOnDeclStmt(DG, DeclStart, Tok.getLocation());
H A DParseExprCXX.cpp1771 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; local
1774 *InitStmt = Actions.ActOnDeclStmt(DG, DeclStart, DeclEnd);
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp4521 void Sema::ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart, argument
4525 ObjCInterfaceDecl *Class = getObjCInterfaceDecl(ClassName, DeclStart);
4527 Diag(DeclStart, diag::err_undef_interface) << ClassName;
4531 Diag(DeclStart, diag::err_atdef_nonfragile_interface);
H A DSemaDecl.cpp13331 Decl *Sema::ActOnField(Scope *S, Decl *TagD, SourceLocation DeclStart, argument
13334 DeclStart, D, static_cast<Expr*>(BitfieldWidth),
13342 SourceLocation DeclStart,
13347 SourceLocation Loc = DeclStart;
13704 SourceLocation DeclStart,
13710 SourceLocation Loc = DeclStart;
13772 DeclStart, Loc, II, T,
13341 HandleField(Scope *S, RecordDecl *Record, SourceLocation DeclStart, Declarator &D, Expr *BitWidth, InClassInitStyle InitStyle, AccessSpecifier AS) argument
13703 ActOnIvar(Scope *S, SourceLocation DeclStart, Declarator &D, Expr *BitfieldWidth, tok::ObjCKeywordKind Visibility) argument
H A DSemaDeclCXX.cpp13950 SourceLocation DeclStart,
13957 Diag(DeclStart, diag::err_anonymous_property);
13949 HandleMSProperty(Scope *S, RecordDecl *Record, SourceLocation DeclStart, Declarator &D, Expr *BitWidth, InClassInitStyle InitStyle, AccessSpecifier AS, AttributeList *MSPropertyAttr) argument

Completed in 437 milliseconds