Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DIdentifierTable.cpp669 SelectorTable::constructSetterName(StringRef Name) { in constructSetterName() function in SelectorTable
681 &Idents.get(constructSetterName(Name->getName())); in constructSetterSelector()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DIdentifierTable.h861 static SmallString<64> constructSetterName(StringRef Name);
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2551 return SelectorTable::constructSetterName(PD->getName()) == in hasDefaultSetterName()