Home
last modified time | relevance | path

Searched refs:constructSetterName (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp726 SelectorTable::constructSetterName(StringRef Name) { in constructSetterName() function in SelectorTable
738 &Idents.get(constructSetterName(Name->getName())); in constructSetterSelector()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h1127 static SmallString<64> constructSetterName(StringRef Name);
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2814 return SelectorTable::constructSetterName(PD->getName()) == in hasDefaultSetterName()