Home
last modified time | relevance | path

Searched refs:demangleThrowSpecification (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h257 bool demangleThrowSpecification(std::string_view &MangledName);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp1866 bool Demangler::demangleThrowSpecification(std::string_view &MangledName) { in demangleThrowSpecification() function in Demangler
1898 FTy->IsNoexcept = demangleThrowSpecification(MangledName); in demangleFunctionType()