Searched refs:DeclIdentLoc (Results 1 – 4 of 4) sorted by relevance
1349 SourceLocation DeclIdentLoc; member
4306 D.DeclIdentLoc = IdLoc; in ParseOpenMPIteratorsExpr()
23524 StartLoc = D.DeclIdentLoc; in ActOnOMPIteratorExpr()23557 VarDecl::Create(Context, SemaRef.CurContext, StartLoc, D.DeclIdentLoc, in ActOnOMPIteratorExpr()23562 DeclarationNameInfo NameInfo(VD->getDeclName(), D.DeclIdentLoc); in ActOnOMPIteratorExpr()23573 Diag(D.DeclIdentLoc, diag::err_redefinition) << VD->getDeclName(); in ActOnOMPIteratorExpr()
12233 Data[I].DeclIdentLoc = D->getLocation(); in TransformOMPIteratorExpr()