Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7245 const ValueDecl *getMapDecl() const { return MapDecl; } in getMapDecl() function in __anond842882b2d11::MappableExprsHandler::MappingExprInfo
9433 if (!MapExprs.getMapDecl() && !MapExprs.getMapExpr()) in emitMappingInformation()
9437 if (!MapExprs.getMapDecl() && MapExprs.getMapExpr()) { in emitMappingInformation()
9443 Loc = MapExprs.getMapDecl()->getLocation(); in emitMappingInformation()
9453 ExprName = MapExprs.getMapDecl()->getNameAsString(); in emitMappingInformation()