Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp3697 D.DeclIdentLoc = IdLoc; in ParseOpenMPIteratorsExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp5161 StartLoc = D.DeclIdentLoc; in ActOnOMPIteratorExpr()
5193 auto *VD = VarDecl::Create(Context, CurContext, StartLoc, D.DeclIdentLoc, in ActOnOMPIteratorExpr()
5198 DeclarationNameInfo NameInfo(VD->getDeclName(), D.DeclIdentLoc); in ActOnOMPIteratorExpr()
5208 Diag(D.DeclIdentLoc, diag::err_redefinition) << VD->getDeclName(); in ActOnOMPIteratorExpr()
H A DTreeTransform.h10661 Data[I].DeclIdentLoc = D->getLocation(); in TransformOMPIteratorExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h5278 SourceLocation DeclIdentLoc; member