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