Searched refs:DeclIdentLoc (Results 1 – 4 of 4) sorted by relevance
3697 D.DeclIdentLoc = IdLoc; in ParseOpenMPIteratorsExpr()
5161 StartLoc = D.DeclIdentLoc; in ActOnOMPIteratorExpr()5193 auto *VD = VarDecl::Create(Context, CurContext, StartLoc, D.DeclIdentLoc, in ActOnOMPIteratorExpr()5198 DeclarationNameInfo NameInfo(VD->getDeclName(), D.DeclIdentLoc); in ActOnOMPIteratorExpr()5208 Diag(D.DeclIdentLoc, diag::err_redefinition) << VD->getDeclName(); in ActOnOMPIteratorExpr()
10661 Data[I].DeclIdentLoc = D->getLocation(); in TransformOMPIteratorExpr()
5278 SourceLocation DeclIdentLoc; member