Searched defs:getDeviceManglingNumber (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | MangleNumberingContext.h | 60 virtual unsigned getDeviceManglingNumber(const CXXMethodDecl *) { return 0; } in getDeviceManglingNumber() function |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | MicrosoftCXXABI.cpp | 75 unsigned getDeviceManglingNumber(const CXXMethodDecl *CallOperator) override { in getDeviceManglingNumber() function in __anonfc4a8bf80111::MSHIPNumberingContext |
H A D | ItaniumCXXABI.cpp | 208 unsigned getDeviceManglingNumber(const CXXMethodDecl *CallOperator) override { in getDeviceManglingNumber() function in __anone02e58390211::ItaniumSYCLNumberingContext |