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

  /external/clang/lib/Sema/
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...]
SemaObjCProperty.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 842 milliseconds