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

Completed in 41 milliseconds