Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h250 bool demangleThrowSpecification(StringView &MangledName);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp1820 bool Demangler::demangleThrowSpecification(StringView &MangledName) { in demangleThrowSpecification() function in Demangler
1851 FTy->IsNoexcept = demangleThrowSpecification(MangledName); in demangleFunctionType()