Searched refs:DeclIdentLoc (Results 1 – 4 of 4) sorted by relevance
4114 D.DeclIdentLoc = IdLoc; in ParseOpenMPIteratorsExpr()
5363 StartLoc = D.DeclIdentLoc; in ActOnOMPIteratorExpr()5395 auto *VD = VarDecl::Create(Context, CurContext, StartLoc, D.DeclIdentLoc, in ActOnOMPIteratorExpr()5400 DeclarationNameInfo NameInfo(VD->getDeclName(), D.DeclIdentLoc); in ActOnOMPIteratorExpr()5410 Diag(D.DeclIdentLoc, diag::err_redefinition) << VD->getDeclName(); in ActOnOMPIteratorExpr()
10998 Data[I].DeclIdentLoc = D->getLocation(); in TransformOMPIteratorExpr()
5608 SourceLocation DeclIdentLoc; member