Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp3706 D.DeclIdentLoc = IdLoc; in ParseOpenMPIteratorsExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp5198 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()
H A DTreeTransform.h10735 Data[I].DeclIdentLoc = D->getLocation(); in TransformOMPIteratorExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5327 SourceLocation DeclIdentLoc; member