HomeSort by relevance Sort by last modified time
    Searched refs:ObjCInterfaceDecl (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /external/clang/lib/AST/
DeclObjC.cpp 48 // ObjCInterfaceDecl
152 const ObjCInterfaceDecl *OID = cast<ObjCInterfaceDecl>(this);
154 for (ObjCInterfaceDecl::visible_categories_iterator
164 for (ObjCInterfaceDecl::all_protocol_iterator
171 if (const ObjCInterfaceDecl *superClass = OID->getSuperClass())
190 void ObjCInterfaceDecl::anchor() { }
197 ObjCInterfaceDecl::FindPropertyVisibleInPrimaryClass(
211 for (ObjCInterfaceDecl::all_protocol_iterator
220 void ObjCInterfaceDecl::collectPropertiesToImplement(PropertyMap &PM
    [all...]
  /external/clang/include/clang/AST/
ASTMutationListener.h 28 class ObjCInterfaceDecl;
67 const ObjCInterfaceDecl *IFD) {}
DeclObjC.h 334 ObjCInterfaceDecl *getClassInterface();
335 const ObjCInterfaceDecl *getClassInterface() const {
391 void createImplicitParams(ASTContext &Context, const ObjCInterfaceDecl *ID);
483 /// Current sub-classes are ObjCInterfaceDecl, ObjCCategoryDecl,
616 class ObjCInterfaceDecl : public ObjCContainerDecl
617 , public Redeclarable<ObjCInterfaceDecl> {
628 ObjCInterfaceDecl *Definition;
631 ObjCInterfaceDecl *SuperClass;
671 ObjCInterfaceDecl(DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id,
672 SourceLocation CLoc, ObjCInterfaceDecl *PrevDecl
    [all...]
Attr.h 34 class ObjCInterfaceDecl;
ASTContext.h 208 mutable ObjCInterfaceDecl *ObjCProtocolClassDecl;
    [all...]
  /external/clang/lib/Analysis/
ObjCNoReturn.cpp 21 static bool isSubclass(const ObjCInterfaceDecl *Class, IdentifierInfo *II) {
57 if (const ObjCInterfaceDecl *ID = ME->getReceiverInterface()) {
CocoaConventions.cpp 77 const ObjCInterfaceDecl *ID = PT->getInterfaceDecl();
  /external/clang/lib/CodeGen/
CGObjCRuntime.h 46 class ObjCInterfaceDecl;
79 const ObjCInterfaceDecl *OID,
86 const ObjCInterfaceDecl *OID,
159 const ObjCInterfaceDecl *Class = 0,
173 const ObjCInterfaceDecl *Class,
222 const ObjCInterfaceDecl *OID) = 0;
259 const ObjCInterfaceDecl *Interface,
289 const ObjCInterfaceDecl *ID,
CGObjCRuntime.cpp 29 const ObjCInterfaceDecl *OID,
32 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface();
65 const ObjCInterfaceDecl *OID,
80 const ObjCInterfaceDecl *ID,
86 const ObjCInterfaceDecl *OID,
CGDebugInfo.h 34 class ObjCInterfaceDecl;
101 unsigned Checksum(const ObjCInterfaceDecl *InterfaceDecl);
259 void EmitGlobalVariable(llvm::GlobalVariable *GV, ObjCInterfaceDecl *Decl);
316 /// getObjCInterfaceDecl - return the underlying ObjCInterfaceDecl
318 ObjCInterfaceDecl* getObjCInterfaceDecl(QualType Ty);
  /external/clang/lib/StaticAnalyzer/Checkers/
DirectIvarAssignment.cpp 70 const ObjCInterfaceDecl *InterfD;
76 const ObjCInterfaceDecl *InID,
101 const ObjCInterfaceDecl *InterD,
108 ObjCInterfaceDecl *NonConstInterD = const_cast<ObjCInterfaceDecl*>(InterD);
125 const ObjCInterfaceDecl *InterD = D->getClassInterface();
131 for (ObjCInterfaceDecl::prop_iterator I = InterD->prop_begin(),
CheckObjCInstMethSignature.cpp 82 const ObjCInterfaceDecl *D = ID->getClassInterface();
83 const ObjCInterfaceDecl *C = D->getSuperClass();
106 for (ObjCInterfaceDecl::instmeth_iterator I=C->instmeth_begin(),
IvarInvalidationChecker.cpp 194 const ObjCInterfaceDecl *InterfaceD,
205 const ObjCInterfaceDecl *InterfaceD,
260 if (const ObjCInterfaceDecl *InterfD = dyn_cast<ObjCInterfaceDecl>(D)) {
263 for (ObjCInterfaceDecl::protocol_iterator
271 for (ObjCInterfaceDecl::visible_extensions_iterator
284 for (ObjCInterfaceDecl::protocol_iterator
302 const ObjCInterfaceDecl *IvInterf = IvTy->getInterfaceDecl();
318 const ObjCInterfaceDecl *InterfaceD,
383 const ObjCInterfaceDecl *InterfaceD = ImplD->getClassInterface()
    [all...]
NSAutoreleasePoolChecker.cpp 49 const ObjCInterfaceDecl *OD = msg.getReceiverInterface();
BasicObjCFoundationChecks.cpp 51 if (const ObjCInterfaceDecl *ID = msg.getReceiverInterface())
66 static FoundationClass findKnownClass(const ObjCInterfaceDecl *ID) {
80 if (const ObjCInterfaceDecl *Super = ID->getSuperClass())
127 const ObjCInterfaceDecl *ID = msg.getReceiverInterface();
496 const ObjCInterfaceDecl *Class = msg.getReceiverInterface();
557 const ObjCInterfaceDecl *Class = MD->getClassInterface();
570 const ObjCInterfaceDecl *Class = msg.getReceiverInterface();
688 const ObjCInterfaceDecl *ID = PT->getInterfaceDecl();
775 if (const ObjCInterfaceDecl *Interface = M.getReceiverInterface()) {
NoReturnFunctionChecker.cpp 127 const ObjCInterfaceDecl *Receiver = Msg.getReceiverInterface();
ObjCUnusedIVarsChecker.cpp 92 for (ObjCInterfaceDecl::visible_categories_iterator
116 const ObjCInterfaceDecl *ID = D->getClassInterface();
120 for (ObjCInterfaceDecl::ivar_iterator I=ID->ivar_begin(),
  /external/clang/lib/Sema/
DelayedDiagnostic.cpp 24 const ObjCInterfaceDecl *UnknownObjCClass,
SemaDeclObjC.cpp 59 ObjCInterfaceDecl *resultClass = result->getInterface();
73 const ObjCInterfaceDecl *receiverClass = 0;
126 ObjCInterfaceDecl *CurrentClass
127 = dyn_cast<ObjCInterfaceDecl>(NewMethod->getDeclContext());
371 if (ObjCInterfaceDecl *IC = MDecl->getClassInterface()) {
381 if (ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(ContDeclOfMethodDecl))
397 if (const ObjCInterfaceDecl *SuperClass = IC->getSuperClass()) {
422 // If an ObjCInterfaceDecl* is given to the constructor, then the validation
427 explicit ObjCInterfaceValidatorCCC(ObjCInterfaceDecl *IDecl
    [all...]
SemaObjCProperty.cpp 197 (isa<ObjCInterfaceDecl>(ClassDecl) ||
204 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(ClassDecl)) {
207 if (ObjCInterfaceDecl *Super = IFace->getSuperClass()) {
220 for (ObjCInterfaceDecl::protocol_iterator P = IFace->protocol_begin(),
227 for (ObjCInterfaceDecl::all_protocol_iterator
341 ObjCInterfaceDecl *CCPrimary = CDecl->getClassInterface();
346 for (ObjCInterfaceDecl::known_extensions_iterator
525 ObjCInterfaceDecl *IDecl = ObjPtrTy->getObjectType()->getInterface();
721 DiagnoseClassAndClassExtPropertyMismatch(Sema &S, ObjCInterfaceDecl *ClassDecl,
    [all...]
SemaExprObjC.cpp 102 if (ObjCInterfaceDecl *StrIF = dyn_cast_or_null<ObjCInterfaceDecl>(IF)) {
117 if (ObjCInterfaceDecl *StrIF = dyn_cast_or_null<ObjCInterfaceDecl>(IF)) {
128 ObjCInterfaceDecl *NSStringIDecl =
129 ObjCInterfaceDecl::Create (Context,
146 const ObjCInterfaceDecl *Class,
200 S.NSNumberDecl = dyn_cast_or_null<ObjCInterfaceDecl>(IF);
204 S.NSNumberDecl = ObjCInterfaceDecl::Create(CX,
444 NSStringDecl = dyn_cast_or_null<ObjCInterfaceDecl>(Decl)
    [all...]
  /external/clang/tools/libclang/
CXCursor.h 36 class ObjCInterfaceDecl;
62 CXCursor MakeCursorObjCSuperClassRef(ObjCInterfaceDecl *Super,
68 std::pair<const ObjCInterfaceDecl *, SourceLocation>
82 CXCursor MakeCursorObjCClassRef(const ObjCInterfaceDecl *Class,
88 std::pair<const ObjCInterfaceDecl *, SourceLocation>
  /external/clang/include/clang/Frontend/
ChainedIncludesSource.h 53 virtual void CompleteType(ObjCInterfaceDecl *Class);
  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 126 const ObjCInterfaceDecl *UnknownObjCClass,
193 const ObjCInterfaceDecl *getUnknownObjCClass() const {
205 const ObjCInterfaceDecl *UnknownObjCClass;
MultiplexExternalSemaSource.h 135 /// set on the ObjCInterfaceDecl via the function
136 /// \c ObjCInterfaceDecl::setExternallyCompleted().
137 virtual void CompleteType(ObjCInterfaceDecl *Class);

Completed in 330 milliseconds

1 2 3 4 5