HomeSort by relevance Sort by last modified time
    Searched defs:CurrentClass (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
SemaDeclObjC.cpp 127 ObjCInterfaceDecl *CurrentClass
129 if (!CurrentClass) {
132 CurrentClass = Cat->getClassInterface();
134 CurrentClass = Impl->getClassInterface();
137 CurrentClass = CatImpl->getClassInterface();
140 if (CurrentClass) {
143 << Context.getObjCInterfaceType(CurrentClass)
    [all...]

Completed in 51 milliseconds