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

/external/clang/lib/Parse/
H A DParseStmt.cpp209 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; local
212 return Actions.ActOnDeclStmt(Decl, DeclStart, DeclEnd);
963 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; local
967 R = Actions.ActOnDeclStmt(Res, DeclStart, DeclEnd);
1543 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; local
1548 FirstPart = Actions.ActOnDeclStmt(DG, DeclStart, Tok.getLocation());
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp3284 void Sema::ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart, argument
3288 ObjCInterfaceDecl *Class = getObjCInterfaceDecl(ClassName, DeclStart);
3290 Diag(DeclStart, diag::err_undef_interface) << ClassName;
3294 Diag(DeclStart, diag::err_atdef_nonfragile_interface);
H A DSemaDecl.cpp11710 Decl *Sema::ActOnField(Scope *S, Decl *TagD, SourceLocation DeclStart, argument
11713 DeclStart, D, static_cast<Expr*>(BitfieldWidth),
11721 SourceLocation DeclStart,
11726 SourceLocation Loc = DeclStart;
12075 SourceLocation DeclStart,
12081 SourceLocation Loc = DeclStart;
12143 DeclStart, Loc, II, T,
11720 HandleField(Scope *S, RecordDecl *Record, SourceLocation DeclStart, Declarator &D, Expr *BitWidth, InClassInitStyle InitStyle, AccessSpecifier AS) argument
12074 ActOnIvar(Scope *S, SourceLocation DeclStart, Declarator &D, Expr *BitfieldWidth, tok::ObjCKeywordKind Visibility) argument
H A DSemaDeclCXX.cpp13061 SourceLocation DeclStart,
13068 Diag(DeclStart, diag::err_anonymous_property);
13060 HandleMSProperty(Scope *S, RecordDecl *Record, SourceLocation DeclStart, Declarator &D, Expr *BitWidth, InClassInitStyle InitStyle, AccessSpecifier AS, AttributeList *MSPropertyAttr) argument

Completed in 1015 milliseconds