Home
last modified time | relevance | path

Searched defs:ObjCCategoryRecord (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/
H A DRecordVisitor.cpp20 void RecordVisitor::visitObjCCategory(const ObjCCategoryRecord &) {} in visitObjCCategory() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h1010 struct ObjCCategoryRecord : ObjCContainerRecord { global() struct
1015 ObjCCategoryRecordObjCCategoryRecord ObjCCategoryRecord() argument
1037 classofObjCCategoryRecord global() argument
H A DExtractAPIVisitor.h1136 ObjCCategoryRecord *ObjCCategoryRecord = API.addObjCCategory( VisitObjCCategoryDecl() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecord.h155 ObjCCategoryRecord(StringRef ClassToExtend, StringRef Name) ObjCCategoryRecord() function