Searched defs:DeclStart (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 252 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; ParseStatementOrDeclarationAfterAttributes() local 1264 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; ParseCompoundStatementBody() local 2098 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; ParseForStatement() local [all...] |
H A D | ParseExprCXX.cpp | 2083 SourceLocation DeclStart = ConsumeToken(), DeclEnd; ParseAliasDeclarationInInitStatement() local 2209 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; ParseCXXCondition() local 2227 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; ParseCXXCondition() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 5113 ObjCInterfaceDecl *Class = getObjCInterfaceDecl(ClassName, DeclStart); in ActOnDefs() argument 5573 ActOnIvar(Scope * S,SourceLocation DeclStart,Declarator & D,Expr * BitWidth,tok::ObjCKeywordKind Visibility) ActOnIvar() argument
|
H A D | SemaDecl.cpp | 18178 ActOnField(Scope * S,Decl * TagD,SourceLocation DeclStart,Declarator & D,Expr * BitfieldWidth) ActOnField() argument 18187 HandleField(Scope * S,RecordDecl * Record,SourceLocation DeclStart,Declarator & D,Expr * BitWidth,InClassInitStyle InitStyle,AccessSpecifier AS) HandleField() argument
|
H A D | SemaDeclCXX.cpp | 18884 HandleMSProperty(Scope * S,RecordDecl * Record,SourceLocation DeclStart,Declarator & D,Expr * BitWidth,InClassInitStyle InitStyle,AccessSpecifier AS,const ParsedAttr & MSPropertyAttr) HandleMSProperty() argument
|