Searched defs:CGetterName (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp1211 const char *CGetterName = getterNameString.data() + LengthOfPrefix; local
1214 if (!IsValidIdentifier(Ctx, CGetterName))
1216 if (CGetterName[0] && isUppercase(CGetterName[0])) {
1217 getterName = &Ctx.Idents.get(CGetterName);

Completed in 63 milliseconds