Home
last modified time | relevance | path

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

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