Searched refs:DeclIdentLoc (Results 1 – 4 of 4) sorted by relevance
3346 D.DeclIdentLoc = IdLoc; in ParseOpenMPIteratorsExpr()
5127 StartLoc = D.DeclIdentLoc; in ActOnOMPIteratorExpr()5159 auto *VD = VarDecl::Create(Context, CurContext, StartLoc, D.DeclIdentLoc, in ActOnOMPIteratorExpr()5164 DeclarationNameInfo NameInfo(VD->getDeclName(), D.DeclIdentLoc); in ActOnOMPIteratorExpr()5174 Diag(D.DeclIdentLoc, diag::err_redefinition) << VD->getDeclName(); in ActOnOMPIteratorExpr()
10423 Data[I].DeclIdentLoc = D->getLocation(); in TransformOMPIteratorExpr()
5135 SourceLocation DeclIdentLoc; member