Lines Matching refs:CurDeclaration
10909 ValueDecl *CurDeclaration = nullptr; in checkMappableExpressionList() local
10924 CurDeclaration = CurComponents.back().getAssociatedDeclaration(); in checkMappableExpressionList()
10925 assert(CurDeclaration && "Null decl on map clause."); in checkMappableExpressionList()
10927 CurDeclaration->isCanonicalDecl() && in checkMappableExpressionList()
10930 auto *VD = dyn_cast<VarDecl>(CurDeclaration); in checkMappableExpressionList()
10931 auto *FD = dyn_cast<FieldDecl>(CurDeclaration); in checkMappableExpressionList()
10956 if (CheckMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
10960 CheckMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
10968 QualType Type = CurDeclaration->getType().getNonReferenceType(); in checkMappableExpressionList()
11016 ReportOriginalDSA(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
11027 DSAS->addMappableExpressionComponents(CurDeclaration, CurComponents); in checkMappableExpressionList()
11036 : CurDeclaration); in checkMappableExpressionList()