Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp12944 ValueDecl *CurDeclaration = nullptr; in checkMappableExpressionList() local
12971 CurDeclaration = CurComponents.back().getAssociatedDeclaration(); in checkMappableExpressionList()
12972 assert(CurDeclaration && "Null decl on map clause."); in checkMappableExpressionList()
12974 CurDeclaration->isCanonicalDecl() && in checkMappableExpressionList()
12977 auto *VD = dyn_cast<VarDecl>(CurDeclaration); in checkMappableExpressionList()
12978 const auto *FD = dyn_cast<FieldDecl>(CurDeclaration); in checkMappableExpressionList()
13003 if (checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
13007 checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
13071 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
13082 DSAS->addMappableExpressionComponents(CurDeclaration, CurComponents, in checkMappableExpressionList()
[all …]