Home
last modified time | relevance | path

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

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