Searched refs:CurDeclaration (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 21771 ValueDecl *CurDeclaration = nullptr; in checkMappableExpressionList() local 21806 CurDeclaration = CurComponents.back().getAssociatedDeclaration(); in checkMappableExpressionList() 21807 assert(CurDeclaration && "Null decl on map clause."); in checkMappableExpressionList() 21809 CurDeclaration->isCanonicalDecl() && in checkMappableExpressionList() 21812 auto *VD = dyn_cast<VarDecl>(CurDeclaration); in checkMappableExpressionList() 21813 const auto *FD = dyn_cast<FieldDecl>(CurDeclaration); in checkMappableExpressionList() 21840 if (checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList() 21845 checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList() 21967 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList() 21986 DSAS->addMappableExpressionComponents(CurDeclaration, CurComponents, in checkMappableExpressionList() [all …]
|