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.cpp6791 const ValueDecl *getMapDecl() const { return MapDecl; } in getMapDecl() function in __anon93cce0fb3111::MappableExprsHandler::MappingExprInfo
9147 if (!MapExprs.getMapDecl() && !MapExprs.getMapExpr()) in emitMappingInformation()
9151 if (!MapExprs.getMapDecl() && MapExprs.getMapExpr()) { in emitMappingInformation()
9157 Loc = MapExprs.getMapDecl()->getLocation(); in emitMappingInformation()
9166 ExprName = MapExprs.getMapDecl()->getNameAsString(); in emitMappingInformation()