OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ObjCInterfaceDecl
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclObjC.cpp
65
//
ObjCInterfaceDecl
135
if (const auto *ID = dyn_cast<
ObjCInterfaceDecl
>(this)) {
163
ObjCInterfaceDecl
*OSC = ID->getSuperClass();
191
if (auto *IDecl = dyn_cast<
ObjCInterfaceDecl
>(DC)) {
249
if (const auto *ClassDecl = dyn_cast<
ObjCInterfaceDecl
>(this)) {
273
const auto *OID = cast<
ObjCInterfaceDecl
>(this);
289
if (const
ObjCInterfaceDecl
*superClass = OID->getSuperClass())
307
void
ObjCInterfaceDecl
::anchor() {}
309
ObjCTypeParamList *
ObjCInterfaceDecl
::getTypeParamList() const {
315
if (const
ObjCInterfaceDecl
*def = getDefinition()
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h
53
class
ObjCInterfaceDecl
;
318
ObjCInterfaceDecl
*getClassInterface();
319
const
ObjCInterfaceDecl
*getClassInterface() const {
416
void createImplicitParams(ASTContext &Context, const
ObjCInterfaceDecl
*ID);
420
QualType getSelfType(ASTContext &Context, const
ObjCInterfaceDecl
*OID,
942
/// Current sub-classes are
ObjCInterfaceDecl
, ObjCCategoryDecl,
1148
class
ObjCInterfaceDecl
: public ObjCContainerDecl
1149
, public Redeclarable<
ObjCInterfaceDecl
> {
1159
ObjCInterfaceDecl
*Definition = nullptr;
1229
ObjCInterfaceDecl
(const ASTContext &C, DeclContext *DC, SourceLocation AtLoc
[
all
...]
Completed in 25 milliseconds
Indexes created Sat May 16 00:24:39 UTC 2026