Home
last modified time | relevance | path

Searched refs:getNextClassCategoryRaw (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h2370 ObjCCategoryDecl *getNextClassCategoryRaw() const { in getNextClassCategoryRaw() function
2867 Current = Current->getNextClassCategoryRaw(); in findAcceptableCategory()
2873 Current = Current->getNextClassCategoryRaw();
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp782 for (; Cat; Cat = Cat->getNextClassCategoryRaw()) in VisitObjCInterfaceDecl()