Home
last modified time | relevance | path

Searched defs:SpecialName (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/AST/
H A DDeclarationName.cpp315 return {SpecialName, DeclarationName::StoredCXXConstructorName}; in getCXXConstructorName() local
331 return {SpecialName, DeclarationName::StoredCXXDestructorName}; in getCXXDestructorName() local
347 return {SpecialName, DeclarationName::StoredCXXConversionFunctionName}; in getCXXConversionFunctionName() local
/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1007 SpecialName(std::string_view Special_, const Node *Child_) SpecialName() function
[all...]
/llvm-project/libcxxabi/src/demangle/
H A DItaniumDemangle.h1008 SpecialName(std::string_view Special_, const Node *Child_) SpecialName() function
[all...]