Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DMangle.h111 virtual void setDeviceMangleContext(bool) {} in setDeviceMangleContext() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCUDANV.cpp214 DeviceMC->setDeviceMangleContext( in CGNVCUDARuntime()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DItaniumMangle.cpp151 void setDeviceMangleContext(bool IsDev) override { IsDevCtx = IsDev; } in setDeviceMangleContext() function in __anon58ce5dc70111::ItaniumMangleContextImpl