Home
last modified time | relevance | path

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

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