Home
last modified time | relevance | path

Searched defs:isDeviceMangleContext (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DMangle.h110 virtual bool isDeviceMangleContext() const { return false; } in isDeviceMangleContext() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DItaniumMangle.cpp150 bool isDeviceMangleContext() const override { return IsDevCtx; } in isDeviceMangleContext() function in __anon58ce5dc70111::ItaniumMangleContextImpl