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

/external/clang/lib/Parse/
H A DParseStmt.cpp186 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; local
189 return Actions.ActOnDeclStmt(Decl, DeclStart, DeclEnd);
861 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; local
865 R = Actions.ActOnDeclStmt(Res, DeclStart, DeclEnd);
1412 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; local
1418 FirstPart = Actions.ActOnDeclStmt(DG, DeclStart, Tok.getLocation());
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp3309 void Sema::ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart, argument
3313 ObjCInterfaceDecl *Class = getObjCInterfaceDecl(ClassName, DeclStart);
3315 Diag(DeclStart, diag::err_undef_interface) << ClassName;
3319 Diag(DeclStart, diag::err_atdef_nonfragile_interface);
H A DSemaDecl.cpp10986 Decl *Sema::ActOnField(Scope *S, Decl *TagD, SourceLocation DeclStart, argument
10989 DeclStart, D, static_cast<Expr*>(BitfieldWidth),
10997 SourceLocation DeclStart,
11002 SourceLocation Loc = DeclStart;
11344 SourceLocation DeclStart,
11350 SourceLocation Loc = DeclStart;
11413 DeclStart, Loc, II, T,
10996 HandleField(Scope *S, RecordDecl *Record, SourceLocation DeclStart, Declarator &D, Expr *BitWidth, InClassInitStyle InitStyle, AccessSpecifier AS) argument
11343 ActOnIvar(Scope *S, SourceLocation DeclStart, Declarator &D, Expr *BitfieldWidth, tok::ObjCKeywordKind Visibility) argument
H A DSemaDeclCXX.cpp12428 SourceLocation DeclStart,
12435 Diag(DeclStart, diag::err_anonymous_property);
12427 HandleMSProperty(Scope *S, RecordDecl *Record, SourceLocation DeclStart, Declarator &D, Expr *BitWidth, InClassInitStyle InitStyle, AccessSpecifier AS, AttributeList *MSPropertyAttr) argument

Completed in 174 milliseconds