Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseOpenMP.cpp4263 D.DeclIdentLoc = IdLoc; in ParseOpenMPIteratorsExpr()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp5368 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()
H A DTreeTransform.h11164 Data[I].DeclIdentLoc = D->getLocation(); in TransformOMPIteratorExpr()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h5751 SourceLocation DeclIdentLoc; member