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 125 ObjCInterfaceDecl *CurrentClass
127 if (!CurrentClass) {
130 CurrentClass = Cat->getClassInterface();
132 CurrentClass = Impl->getClassInterface();
135 CurrentClass = CatImpl->getClassInterface();
138 if (CurrentClass) {
141 << Context.getObjCInterfaceType(CurrentClass)
    [all...]
SemaObjCProperty.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 334 milliseconds