Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1688 known_categories_end()); in known_categories()
1698 known_categories_iterator known_categories_end() const { in known_categories_end() function
1704 return known_categories_begin() == known_categories_end(); in known_categories_empty()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4516 CatEnd = Class->known_categories_end(); in WriteObjCCategories()