Home
last modified time | relevance | path

Searched refs:DeclIdentLoc (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseOpenMP.cpp4114 D.DeclIdentLoc = IdLoc; in ParseOpenMPIteratorsExpr()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp5363 StartLoc = D.DeclIdentLoc; in ActOnOMPIteratorExpr()
5395 auto *VD = VarDecl::Create(Context, CurContext, StartLoc, D.DeclIdentLoc, in ActOnOMPIteratorExpr()
5400 DeclarationNameInfo NameInfo(VD->getDeclName(), D.DeclIdentLoc); in ActOnOMPIteratorExpr()
5410 Diag(D.DeclIdentLoc, diag::err_redefinition) << VD->getDeclName(); in ActOnOMPIteratorExpr()
H A DTreeTransform.h10998 Data[I].DeclIdentLoc = D->getLocation(); in TransformOMPIteratorExpr()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h5608 SourceLocation DeclIdentLoc; member