Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCXXABI.h45 virtual CallingConv getDefaultMethodCallConv(bool isVariadic) const = 0;
H A DItaniumCXXABI.cpp237 CallingConv getDefaultMethodCallConv(bool isVariadic) const override { in getDefaultMethodCallConv() function in __anona26199e70211::ItaniumCXXABI
H A DASTContext.cpp13085 return ABI->getDefaultMethodCallConv(IsVariadic); in getDefaultCallingConvention()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc8973 {"_ZN5clang10ASTContext24getDefaultMethodCallConvEv", "clang::ASTContext::getDefaultMethodCallConv(…
10510 …efaultMethodCallConvEv", "(anonymous namespace)::ItaniumCXXABI::getDefaultMethodCallConv() const"},
10595 …aultMethodCallConvEv", "(anonymous namespace)::MicrosoftCXXABI::getDefaultMethodCallConv() const"},