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 126 ObjCInterfaceDecl *CurrentClass
128 if (!CurrentClass) {
131 CurrentClass = Cat->getClassInterface();
133 CurrentClass = Impl->getClassInterface();
136 CurrentClass = CatImpl->getClassInterface();
139 if (CurrentClass) {
142 << Context.getObjCInterfaceType(CurrentClass)
    [all...]

Completed in 24 milliseconds