Searched defs:DeclStart (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 240 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; ParseStatementOrDeclarationAfterAttributes() local 1255 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; ParseCompoundStatementBody() local 2089 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; ParseForStatement() local [all...] |
H A D | ParseExprCXX.cpp | 1985 SourceLocation DeclStart = ConsumeToken(), DeclEnd; ParseAliasDeclarationInInitStatement() local 2110 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; ParseCXXCondition() local 2128 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; ParseCXXCondition() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 18427 ActOnField(Scope * S,Decl * TagD,SourceLocation DeclStart,Declarator & D,Expr * BitfieldWidth) ActOnField() argument 18438 HandleField(Scope * S,RecordDecl * Record,SourceLocation DeclStart,Declarator & D,Expr * BitWidth,InClassInitStyle InitStyle,AccessSpecifier AS) HandleField() argument 18807 ActOnIvar(Scope * S,SourceLocation DeclStart,Declarator & D,Expr * BitWidth,tok::ObjCKeywordKind Visibility) ActOnIvar() argument
|
H A D | SemaDeclObjC.cpp | 5099 ActOnDefs(Scope * S,Decl * TagD,SourceLocation DeclStart,IdentifierInfo * ClassName,SmallVectorImpl<Decl * > & Decls) ActOnDefs() argument
|
H A D | SemaDeclCXX.cpp | 19184 HandleMSProperty(Scope * S,RecordDecl * Record,SourceLocation DeclStart,Declarator & D,Expr * BitWidth,InClassInitStyle InitStyle,AccessSpecifier AS,const ParsedAttr & MSPropertyAttr) HandleMSProperty() argument
|