Searched defs:DeclStart (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 241 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; in ParseStatementOrDeclarationAfterAttributes() local 1205 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; in ParseCompoundStatementBody() local 2046 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; in ParseForStatement() local
|
H A D | ParseExprCXX.cpp | 1975 SourceLocation DeclStart = ConsumeToken(), DeclEnd; in ParseAliasDeclarationInInitStatement() local 2100 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; in ParseCXXCondition() local 2118 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; in ParseCXXCondition() local
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 17817 Decl *Sema::ActOnField(Scope *S, Decl *TagD, SourceLocation DeclStart, in ActOnField() 17828 SourceLocation DeclStart, in HandleField() 18197 SourceLocation DeclStart, in ActOnIvar()
|
H A D | SemaDeclObjC.cpp | 5099 void Sema::ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart, in ActOnDefs()
|
H A D | SemaDeclCXX.cpp | 18486 SourceLocation DeclStart, Declarator &D, in HandleMSProperty()
|