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