Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6525 const ValueDecl *getMapDecl() const { return MapDecl; } in getMapDecl() function in __anon90c6c1b12c11::MappableExprsHandler::MappingExprInfo
8787 if (!MapExprs.getMapDecl() && !MapExprs.getMapExpr()) in emitMappingInformation()
8791 if (!MapExprs.getMapDecl() && MapExprs.getMapExpr()) { in emitMappingInformation()
8797 Loc = MapExprs.getMapDecl()->getLocation(); in emitMappingInformation()
8807 ExprName = MapExprs.getMapDecl()->getNameAsString(); in emitMappingInformation()