Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6820 const ValueDecl *getMapDecl() const { return MapDecl; } in getMapDecl() function in __anon7bb087082811::MappableExprsHandler::MappingExprInfo
9074 if (!MapExprs.getMapDecl() && !MapExprs.getMapExpr()) in emitMappingInformation()
9078 if (!MapExprs.getMapDecl() && MapExprs.getMapExpr()) { in emitMappingInformation()
9084 Loc = MapExprs.getMapDecl()->getLocation(); in emitMappingInformation()
9094 ExprName = MapExprs.getMapDecl()->getNameAsString(); in emitMappingInformation()