Searched refs:DeclIdentLoc (Results 1 – 4 of 4) sorted by relevance
4363 D.DeclIdentLoc = IdLoc; in ParseOpenMPIteratorsExpr()
5617 StartLoc = D.DeclIdentLoc; in ActOnOMPIteratorExpr()5649 auto *VD = VarDecl::Create(Context, CurContext, StartLoc, D.DeclIdentLoc, in ActOnOMPIteratorExpr()5654 DeclarationNameInfo NameInfo(VD->getDeclName(), D.DeclIdentLoc); in ActOnOMPIteratorExpr()5664 Diag(D.DeclIdentLoc, diag::err_redefinition) << VD->getDeclName(); in ActOnOMPIteratorExpr()
11381 Data[I].DeclIdentLoc = D->getLocation(); in TransformOMPIteratorExpr()
5905 SourceLocation DeclIdentLoc; member