Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp459 enum CategoryType { in CheckForIncompatibleAttributes() enum
485 } HintAttrs[CategoryType::NumberOfCategories] = {}; in CheckForIncompatibleAttributes()
494 CategoryType Category = CategoryType::NumberOfCategories; in CheckForIncompatibleAttributes()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp265 ObjCCategoryDecl *CategoryType = Actions.ObjC().ActOnStartCategoryInterface( in ParseObjCAtInterfaceDeclaration() local
271 ParseObjCClassInstanceVariables(CategoryType, tok::objc_private, AtLoc); in ParseObjCAtInterfaceDeclaration()
273 ParseObjCInterfaceDeclList(tok::objc_not_keyword, CategoryType); in ParseObjCAtInterfaceDeclaration()
275 return CategoryType; in ParseObjCAtInterfaceDeclaration()