Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DDemangle.h133 bool isSpecialName() const;
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp600 bool ItaniumPartialDemangler::isSpecialName() const { in isSpecialName() function in ItaniumPartialDemangler
607 return !isFunction() && !isSpecialName(); in isData()