Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp22186 ValueDecl *CurDeclaration = nullptr; in checkMappableExpressionList() local
22221 CurDeclaration = CurComponents.back().getAssociatedDeclaration(); in checkMappableExpressionList()
22222 assert(CurDeclaration && "Null decl on map clause."); in checkMappableExpressionList()
22224 CurDeclaration->isCanonicalDecl() && in checkMappableExpressionList()
22227 auto *VD = dyn_cast<VarDecl>(CurDeclaration); in checkMappableExpressionList()
22228 const auto *FD = dyn_cast<FieldDecl>(CurDeclaration); in checkMappableExpressionList()
22255 if (checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
22260 checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
22382 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
22401 DSAS->addMappableExpressionComponents(CurDeclaration, CurComponents, in checkMappableExpressionList()
[all …]