Searched refs:CurDeclaration (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 21488 ValueDecl *CurDeclaration = nullptr; in checkMappableExpressionList() local 21523 CurDeclaration = CurComponents.back().getAssociatedDeclaration(); in checkMappableExpressionList() 21524 assert(CurDeclaration && "Null decl on map clause."); in checkMappableExpressionList() 21526 CurDeclaration->isCanonicalDecl() && in checkMappableExpressionList() 21529 auto *VD = dyn_cast<VarDecl>(CurDeclaration); in checkMappableExpressionList() 21530 const auto *FD = dyn_cast<FieldDecl>(CurDeclaration); in checkMappableExpressionList() 21557 if (checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList() 21562 checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList() 21681 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList() 21700 DSAS->addMappableExpressionComponents(CurDeclaration, CurComponents, in checkMappableExpressionList() [all …]
|