Searched defs:DeclStart (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 255 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; in ParseStatementOrDeclarationAfterAttributes() local 1267 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; in ParseCompoundStatementBody() local 2104 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; in ParseForStatement() local
|
H A D | ParseExprCXX.cpp | 2083 SourceLocation DeclStart = ConsumeToken(), DeclEnd; in ParseAliasDeclarationInInitStatement() local 2209 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; in ParseCXXCondition() local 2227 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; in ParseCXXCondition() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 5113 void SemaObjC::ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart, in ActOnDefs() 5573 Decl *SemaObjC::ActOnIvar(Scope *S, SourceLocation DeclStart, Declarator &D, in ActOnIvar()
|
H A D | SemaDecl.cpp | 18224 Decl *Sema::ActOnField(Scope *S, Decl *TagD, SourceLocation DeclStart, in ActOnField() 18233 SourceLocation DeclStart, in HandleField()
|
H A D | SemaDeclCXX.cpp | 18945 SourceLocation DeclStart, Declarator &D, in HandleMSProperty() argument
|