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

1 2 3 4 5

  /external/clang/lib/AST/
DeclObjC.cpp 48 // ObjCInterfaceDecl
112 if (const ObjCInterfaceDecl *ID = dyn_cast<ObjCInterfaceDecl>(this)) {
139 ObjCInterfaceDecl *OSC = ID->getSuperClass();
166 if (auto *IDecl = dyn_cast<ObjCInterfaceDecl>(DC)) {
205 if (const auto *ClassDecl = dyn_cast<ObjCInterfaceDecl>(this)) {
227 const ObjCInterfaceDecl *OID = cast<ObjCInterfaceDecl>(this);
241 if (const ObjCInterfaceDecl *superClass = OID->getSuperClass())
258 void ObjCInterfaceDecl::anchor() {
    [all...]
ExternalASTSource.cpp 54 void ExternalASTSource::CompleteType(ObjCInterfaceDecl *Class) {}
  /external/clang/include/clang/Edit/
Rewriters.h 17 class ObjCInterfaceDecl;
  /external/clang/lib/StaticAnalyzer/Checkers/
DirectIvarAssignment.cpp 64 const ObjCInterfaceDecl *InterfD;
71 const ObjCInterfaceDecl *InID, BugReporter &InBR,
97 const ObjCInterfaceDecl *InterD,
104 ObjCInterfaceDecl *NonConstInterD = const_cast<ObjCInterfaceDecl*>(InterD);
121 const ObjCInterfaceDecl *InterD = D->getClassInterface();
NSAutoreleasePoolChecker.cpp 49 const ObjCInterfaceDecl *OD = msg.getReceiverInterface();
IvarInvalidationChecker.cpp 197 const ObjCInterfaceDecl *InterfaceD,
209 const ObjCInterfaceDecl *InterfaceD,
257 if (const ObjCInterfaceDecl *InterfD = dyn_cast<ObjCInterfaceDecl>(D)) {
290 const ObjCInterfaceDecl *IvInterf = IvTy->getInterfaceDecl();
306 const ObjCInterfaceDecl *InterfaceD,
371 const ObjCInterfaceDecl *InterfaceD = ImplD->getClassInterface();
374 ObjCInterfaceDecl *IDecl = const_cast<ObjCInterfaceDecl *>(InterfaceD);
386 ObjCInterfaceDecl::PropertyMap PropMap
    [all...]
CheckObjCInstMethSignature.cpp 83 const ObjCInterfaceDecl *D = ID->getClassInterface();
84 const ObjCInterfaceDecl *C = D->getSuperClass();
NoReturnFunctionChecker.cpp 112 const ObjCInterfaceDecl *Receiver = Msg.getReceiverInterface();
BasicObjCFoundationChecks.cpp 53 if (const ObjCInterfaceDecl *ID = msg.getReceiverInterface())
69 static FoundationClass findKnownClass(const ObjCInterfaceDecl *ID,
85 if (const ObjCInterfaceDecl *Super = ID->getSuperClass())
218 const ObjCInterfaceDecl *ID = msg.getReceiverInterface();
652 const ObjCInterfaceDecl *Class = msg.getReceiverInterface();
715 const ObjCInterfaceDecl *Class = MD->getClassInterface();
728 const ObjCInterfaceDecl *Class = msg.getReceiverInterface();
865 const ObjCInterfaceDecl *ID = PT->getInterfaceDecl();
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 323 ObjCInterfaceDecl *getClassInterface();
324 const ObjCInterfaceDecl *getClassInterface() const {
404 void createImplicitParams(ASTContext &Context, const ObjCInterfaceDecl *ID);
408 QualType getSelfType(ASTContext &Context, const ObjCInterfaceDecl *OID,
691 /// Current sub-classes are ObjCInterfaceDecl, ObjCCategoryDecl,
851 class ObjCInterfaceDecl : public ObjCContainerDecl
852 , public Redeclarable<ObjCInterfaceDecl> {
863 ObjCInterfaceDecl *Definition;
    [all...]
ASTMutationListener.h 30 class ObjCInterfaceDecl;
93 const ObjCInterfaceDecl *IFD) {}
NSAPI.h 19 class ObjCInterfaceDecl;
224 bool isSubclassOfNSClass(ObjCInterfaceDecl *InterfaceDecl,
Attr.h 37 class ObjCInterfaceDecl;
  /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,
168 const ObjCInterfaceDecl *Class = nullptr,
182 const ObjCInterfaceDecl *Class,
231 const ObjCInterfaceDecl *OID) = 0;
268 const ObjCInterfaceDecl *Interface,
302 const ObjCInterfaceDecl *ID,
CGObjCRuntime.cpp 30 const ObjCInterfaceDecl *OID,
33 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface();
66 const ObjCInterfaceDecl *OID,
81 const ObjCInterfaceDecl *ID,
87 const ObjCInterfaceDecl *OID,
CGObjCMac.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 61 ObjCInterfaceDecl *resultClass = result->getInterface();
75 const ObjCInterfaceDecl *receiverClass = nullptr;
125 ObjCInterfaceDecl *CurrentClass
126 = dyn_cast<ObjCInterfaceDecl>(NewMethod->getDeclContext());
366 if (ObjCInterfaceDecl *IC = MDecl->getClassInterface()) {
376 if (ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(ContDeclOfMethodDecl))
380 if (ObjCInterfaceDecl *OID = CD->getClassInterface())
408 if (const ObjCInterfaceDecl *SuperClass = IC->getSuperClass()) {
433 // If an ObjCInterfaceDecl* is given to the constructor, then the validatio
    [all...]
SemaObjCProperty.cpp 224 (isa<ObjCInterfaceDecl>(ClassDecl) ||
232 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(ClassDecl)) {
235 ObjCInterfaceDecl *CurrentInterfaceDecl = IFace;
236 while (ObjCInterfaceDecl *Super = CurrentInterfaceDecl->getSuperClass()) {
425 ObjCInterfaceDecl *CCPrimary = CDecl->getClassInterface();
590 ObjCInterfaceDecl *IDecl = ObjPtrTy->getObjectType()->getInterface();
805 ObjCInterfaceDecl *ClassDecl,
807 ObjCInterfaceDecl::ProtocolPropertyMap PropMap;
    [all...]
DelayedDiagnostic.cpp 26 const ObjCInterfaceDecl *UnknownObjCClass,
SemaExprObjC.cpp 106 if (ObjCInterfaceDecl *StrIF = dyn_cast_or_null<ObjCInterfaceDecl>(IF)) {
121 if (ObjCInterfaceDecl *StrIF = dyn_cast_or_null<ObjCInterfaceDecl>(IF)) {
132 ObjCInterfaceDecl *NSStringIDecl =
133 ObjCInterfaceDecl::Create (Context,
150 const ObjCInterfaceDecl *Class,
195 /// \brief Validates ObjCInterfaceDecl availability.
196 /// ObjCInterfaceDecl, used to create ObjC literals, should be defined
198 static bool ValidateObjCLiteralInterfaceDecl(Sema &S, 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/Sema/
DelayedDiagnostic.h 128 const ObjCInterfaceDecl *UnknownObjCClass,
199 const ObjCInterfaceDecl *getUnknownObjCClass() const {
215 const ObjCInterfaceDecl *UnknownObjCClass;
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 113 llvm::SmallPtrSet<ObjCInterfaceDecl*, 8> ObjCSynthesizedStructs;
115 llvm::SmallPtrSet<ObjCInterfaceDecl*, 8> ObjCWrittenInterfaces;
117 SmallVector<ObjCInterfaceDecl*, 32> ObjCInterfacesSeen;
119 SmallVector<ObjCInterfaceDecl*, 8> DefinedNonLazyClasses;
149 llvm::DenseMap<ObjCInterfaceDecl *,
153 llvm::DenseSet<const ObjCInterfaceDecl *> ObjCInterefaceHasBitfieldGroups;
157 llvm::DenseMap<std::pair<const ObjCInterfaceDecl*, unsigned>, QualType> GroupRecordType;
192 if (ObjCInterfaceDecl *Class = dyn_cast<ObjCInterfaceDecl>(*I)) {
317 void RewriteForwardClassEpilogue(ObjCInterfaceDecl *ClassDecl,
    [all...]

Completed in 794 milliseconds

1 2 3 4 5