Home
last modified time | relevance | path

Searched refs:CurDeclaration (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp19399 ValueDecl *CurDeclaration = nullptr; in checkMappableExpressionList() local
19434 CurDeclaration = CurComponents.back().getAssociatedDeclaration(); in checkMappableExpressionList()
19435 assert(CurDeclaration && "Null decl on map clause."); in checkMappableExpressionList()
19437 CurDeclaration->isCanonicalDecl() && in checkMappableExpressionList()
19440 auto *VD = dyn_cast<VarDecl>(CurDeclaration); in checkMappableExpressionList()
19441 const auto *FD = dyn_cast<FieldDecl>(CurDeclaration); in checkMappableExpressionList()
19466 if (checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
19471 checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
19575 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
19594 DSAS->addMappableExpressionComponents(CurDeclaration, CurComponents, in checkMappableExpressionList()
[all …]