Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h248 bool demangleThrowSpecification(StringView &MangledName);
/openbsd-src/gnu/llvm/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp1811 bool Demangler::demangleThrowSpecification(StringView &MangledName) { in demangleThrowSpecification() function in Demangler
1842 FTy->IsNoexcept = demangleThrowSpecification(MangledName); in demangleFunctionType()