Searched refs:getCXXSpecialName (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclarationName.cpp359 DeclarationNameTable::getCXXSpecialName(DeclarationName::NameKind Kind, function in class:DeclarationNameTable
369 llvm_unreachable("Invalid kind in getCXXSpecialName!");
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclarationName.h572 /// getCXXConstructorName and getCXXSpecialName can be used to obtain
577 /// getCXXDestructorName and getCXXSpecialName can be used to obtain
582 /// functions. getCXXConversionFunctionName and getCXXSpecialName can be
635 DeclarationName getCXXSpecialName(DeclarationName::NameKind Kind,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h4093 = SemaRef.Context.DeclarationNames.getCXXSpecialName(Name.getNameKind(),

Completed in 94 milliseconds