Searched refs:CurDeclaration (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 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() [all …]
|