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

/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp353 unsigned LengthOfPrefix,
369 if (LengthOfPrefix > 0) {
418 if (LengthOfPrefix > 0) {
422 PropertyNameStringRef = PropertyNameStringRef.drop_front(LengthOfPrefix);
1057 unsigned LengthOfPrefix = 0; local
1067 LengthOfPrefix = (IsPrefix ? 2 : 3);
1068 const char *CGetterName = getterNameString.data() + LengthOfPrefix;
1102 LengthOfPrefix,
1116 LengthOfPrefix,
350 rewriteToObjCProperty(const ObjCMethodDecl *Getter, const ObjCMethodDecl *Setter, const NSAPI &NS, edit::Commit &commit, unsigned LengthOfPrefix, bool Atomic, bool UseNsIosOnlyMacro, bool AvailabilityArgsMatch) argument

Completed in 118 milliseconds