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

/external/clang/lib/Sema/
H A DSemaType.cpp4024 bool NonObjCPointer = false; local
4034 NonObjCPointer = true;
4108 if (NonObjCPointer) {
4123 if (!NonObjCPointer)
4134 !S.getLangOpts().ObjCARCWeak && !NonObjCPointer) {

Completed in 61 milliseconds