Searched refs:demangleThrowSpecification (Results 1 – 2 of 2) sorted by relevance
257 bool demangleThrowSpecification(std::string_view &MangledName);
1866 bool Demangler::demangleThrowSpecification(std::string_view &MangledName) { in demangleThrowSpecification() function in Demangler1898 FTy->IsNoexcept = demangleThrowSpecification(MangledName); in demangleFunctionType()