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

  /external/clang/lib/AST/
DeclObjC.cpp 344 ObjCCategoryDecl *CatDecl = ClassDecl->getCategoryList();
345 while (CatDecl) {
346 if ((MethodDecl = CatDecl->getMethod(Sel, isInstance)))
352 CatDecl->getReferencedProtocols();
358 CatDecl = CatDecl->getNextClassCategory();
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]

Completed in 157 milliseconds