Searched refs:CurDeclaration (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 21008 ValueDecl *CurDeclaration = nullptr; in checkMappableExpressionList() local 21043 CurDeclaration = CurComponents.back().getAssociatedDeclaration(); in checkMappableExpressionList() 21044 assert(CurDeclaration && "Null decl on map clause."); in checkMappableExpressionList() 21046 CurDeclaration->isCanonicalDecl() && in checkMappableExpressionList() 21049 auto *VD = dyn_cast<VarDecl>(CurDeclaration); in checkMappableExpressionList() 21050 const auto *FD = dyn_cast<FieldDecl>(CurDeclaration); in checkMappableExpressionList() 21077 if (checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList() 21082 checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList() 21204 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList() 21223 DSAS->addMappableExpressionComponents(CurDeclaration, CurComponents, in checkMappableExpressionList() [all …]
|