Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp19016 ValueDecl *CurDeclaration = nullptr; in checkMappableExpressionList() local
19051 CurDeclaration = CurComponents.back().getAssociatedDeclaration(); in checkMappableExpressionList()
19052 assert(CurDeclaration && "Null decl on map clause."); in checkMappableExpressionList()
19054 CurDeclaration->isCanonicalDecl() && in checkMappableExpressionList()
19057 auto *VD = dyn_cast<VarDecl>(CurDeclaration); in checkMappableExpressionList()
19058 const auto *FD = dyn_cast<FieldDecl>(CurDeclaration); in checkMappableExpressionList()
19083 if (checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
19088 checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
19192 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
19211 DSAS->addMappableExpressionComponents(CurDeclaration, CurComponents, in checkMappableExpressionList()
[all …]