OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ObjCCategoryDecl
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclObjC.cpp
294
const auto *OCD = cast<
ObjCCategoryDecl
>(this);
401
const
ObjCCategoryDecl
*ClassExt = Ext;
688
const
ObjCCategoryDecl
*C) const
928
} else if (auto *CD = dyn_cast<
ObjCCategoryDecl
>(CtxD)) {
939
if (
ObjCCategoryDecl
*CatD = CImplD->getCategoryDecl())
980
if (
ObjCCategoryDecl
*CatD = CImplD->getCategoryDecl())
1163
if (auto *CD = dyn_cast<
ObjCCategoryDecl
>(getDeclContext()))
1172
ObjCCategoryDecl
*ObjCMethodDecl::getCategory() {
1173
if (auto *CD = dyn_cast<
ObjCCategoryDecl
>(getDeclContext()))
1211
if (const auto *Category = dyn_cast<
ObjCCategoryDecl
>(Container))
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h
50
class
ObjCCategoryDecl
;
325
ObjCCategoryDecl
*getCategory();
326
const
ObjCCategoryDecl
*getCategory() const {
942
/// Current sub-classes are ObjCInterfaceDecl,
ObjCCategoryDecl
,
1175
ObjCCategoryDecl
*CategoryList = nullptr;
1328
ObjCCategoryDecl
*FindCategoryDeclaration(IdentifierInfo *CategoryId) const;
1573
template<bool (*Filter)(
ObjCCategoryDecl
*)>
1575
ObjCCategoryDecl
*Current = nullptr;
1580
using value_type =
ObjCCategoryDecl
*;
1587
explicit filtered_category_iterator(
ObjCCategoryDecl
*Current
[
all
...]
Completed in 34 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026