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

  /external/clang/lib/Sema/
SemaDeclObjC.cpp 785 ObjCCategoryDecl *CDeclChain;
786 for (CDeclChain = IDecl->getCategoryList(); CDeclChain;
787 CDeclChain = CDeclChain->getNextClassCategory()) {
788 if (CDeclChain->getIdentifier() == CategoryName) {
792 Diag(CDeclChain->getLocation(), diag::note_previous_definition);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 164 milliseconds