Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h1349 SourceLocation DeclIdentLoc; member
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp4306 D.DeclIdentLoc = IdLoc; in ParseOpenMPIteratorsExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp23524 StartLoc = D.DeclIdentLoc; in ActOnOMPIteratorExpr()
23557 VarDecl::Create(Context, SemaRef.CurContext, StartLoc, D.DeclIdentLoc, in ActOnOMPIteratorExpr()
23562 DeclarationNameInfo NameInfo(VD->getDeclName(), D.DeclIdentLoc); in ActOnOMPIteratorExpr()
23573 Diag(D.DeclIdentLoc, diag::err_redefinition) << VD->getDeclName(); in ActOnOMPIteratorExpr()
H A DTreeTransform.h12233 Data[I].DeclIdentLoc = D->getLocation(); in TransformOMPIteratorExpr()