Searched refs:CurDeclaration (Results 1 – 2 of 2) 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 …]
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 17619 ValueDecl *CurDeclaration = nullptr; in checkMappableExpressionList() local 17654 CurDeclaration = CurComponents.back().getAssociatedDeclaration(); in checkMappableExpressionList() 17655 assert(CurDeclaration && "Null decl on map clause."); in checkMappableExpressionList() 17657 CurDeclaration->isCanonicalDecl() && in checkMappableExpressionList() 17660 auto *VD = dyn_cast<VarDecl>(CurDeclaration); in checkMappableExpressionList() 17661 const auto *FD = dyn_cast<FieldDecl>(CurDeclaration); in checkMappableExpressionList() 17686 if (checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList() 17691 checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList() 17796 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList() 17815 DSAS->addMappableExpressionComponents(CurDeclaration, CurComponents, in checkMappableExpressionList() [all …]
|