Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6540 const ValueDecl *getMapDecl() const { return MapDecl; } in getMapDecl() function in __anon93cce0fb2c11::MappableExprsHandler::MappingExprInfo
8847 if (!MapExprs.getMapDecl() && !MapExprs.getMapExpr()) in emitMappingInformation()
8851 if (!MapExprs.getMapDecl() && MapExprs.getMapExpr()) { in emitMappingInformation()
8857 Loc = MapExprs.getMapDecl()->getLocation(); in emitMappingInformation()
8867 ExprName = MapExprs.getMapDecl()->getNameAsString(); in emitMappingInformation()