HomeSort by relevance Sort by last modified time
    Searched refs:ObjCInterfaceDecl (Results 1 - 25 of 114) 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();
167 if (auto *IDecl = dyn_cast<ObjCInterfaceDecl>(DC)) {
225 if (const auto *ClassDecl = dyn_cast<ObjCInterfaceDecl>(this)) {
249 const ObjCInterfaceDecl *OID = cast<ObjCInterfaceDecl>(this);
265 if (const ObjCInterfaceDecl *superClass = OID->getSuperClass())
283 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 63 const ObjCInterfaceDecl *InterfD;
70 const ObjCInterfaceDecl *InID, BugReporter &InBR,
96 const ObjCInterfaceDecl *InterD,
103 ObjCInterfaceDecl *NonConstInterD = const_cast<ObjCInterfaceDecl*>(InterD);
120 const ObjCInterfaceDecl *InterD = D->getClassInterface();
NSAutoreleasePoolChecker.cpp 49 const ObjCInterfaceDecl *OD = msg.getReceiverInterface();
IvarInvalidationChecker.cpp 194 const ObjCInterfaceDecl *InterfaceD,
206 const ObjCInterfaceDecl *InterfaceD,
255 if (const ObjCInterfaceDecl *InterfD = dyn_cast<ObjCInterfaceDecl>(D)) {
286 const ObjCInterfaceDecl *IvInterf = IvTy->getInterfaceDecl();
302 const ObjCInterfaceDecl *InterfaceD,
367 const ObjCInterfaceDecl *InterfaceD = ImplD->getClassInterface();
370 ObjCInterfaceDecl *IDecl = const_cast<ObjCInterfaceDecl *>(InterfaceD);
382 ObjCInterfaceDecl::PropertyMap PropMap
    [all...]
CheckObjCInstMethSignature.cpp 83 const ObjCInterfaceDecl *D = ID->getClassInterface();
84 const ObjCInterfaceDecl *C = D->getSuperClass();
NoReturnFunctionChecker.cpp 113 const ObjCInterfaceDecl *Receiver = Msg.getReceiverInterface();
  /external/clang/include/clang/AST/
DeclObjC.h 323 ObjCInterfaceDecl *getClassInterface();
324 const ObjCInterfaceDecl *getClassInterface() const {
399 void createImplicitParams(ASTContext &Context, const ObjCInterfaceDecl *ID);
403 QualType getSelfType(ASTContext &Context, const ObjCInterfaceDecl *OID,
    [all...]
ASTMutationListener.h 31 class ObjCInterfaceDecl;
98 const ObjCInterfaceDecl *IFD) {}
NSAPI.h 19 class ObjCInterfaceDecl;
224 bool isSubclassOfNSClass(ObjCInterfaceDecl *InterfaceDecl,
  /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 60 ObjCInterfaceDecl *resultClass = result->getInterface();
74 const ObjCInterfaceDecl *receiverClass = nullptr;
124 ObjCInterfaceDecl *CurrentClass
125 = dyn_cast<ObjCInterfaceDecl>(NewMethod->getDeclContext());
365 if (ObjCInterfaceDecl *IC = MDecl->getClassInterface()) {
375 if (ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(ContDeclOfMethodDecl))
379 if (ObjCInterfaceDecl *OID = CD->getClassInterface())
407 if (const ObjCInterfaceDecl *SuperClass = IC->getSuperClass()) {
432 // 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()) {
426 ObjCInterfaceDecl *CCPrimary = CDecl->getClassInterface();
594 ObjCInterfaceDecl *IDecl = ObjPtrTy->getObjectType()->getInterface();
    [all...]
DelayedDiagnostic.cpp 26 const ObjCInterfaceDecl *UnknownObjCClass,
SemaExprObjC.cpp 103 if (ObjCInterfaceDecl *StrIF = dyn_cast_or_null<ObjCInterfaceDecl>(IF)) {
118 if (ObjCInterfaceDecl *StrIF = dyn_cast_or_null<ObjCInterfaceDecl>(IF)) {
129 ObjCInterfaceDecl *NSStringIDecl =
130 ObjCInterfaceDecl::Create (Context,
147 const ObjCInterfaceDecl *Class,
192 /// \brief Validates ObjCInterfaceDecl availability.
193 /// ObjCInterfaceDecl, used to create ObjC literals, should be defined
195 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;
148 llvm::DenseMap<ObjCInterfaceDecl *,
152 llvm::DenseSet<const ObjCInterfaceDecl *> ObjCInterefaceHasBitfieldGroups;
156 llvm::DenseMap<std::pair<const ObjCInterfaceDecl*, unsigned>, QualType> GroupRecordType;
192 if (ObjCInterfaceDecl *Class = dyn_cast<ObjCInterfaceDecl>(*I)) {
316 void RewriteForwardClassEpilogue(ObjCInterfaceDecl *ClassDecl,
    [all...]
  /external/clang/lib/Index/
IndexDecl.cpp 207 ObjCInterfaceDecl::protocol_loc_iterator LI = ProtList.loc_begin();
208 for (ObjCInterfaceDecl::protocol_iterator
219 bool VisitObjCInterfaceDecl(const ObjCInterfaceDecl *D) {
249 const ObjCInterfaceDecl *Class = D->getClassInterface();
IndexSymbol.cpp 20 static bool isUnitTestCase(const ObjCInterfaceDecl *D) {
23 while (const ObjCInterfaceDecl *SuperD = D->getSuperClass()) {
123 const ObjCInterfaceDecl *ClsD = dyn_cast<ObjCInterfaceDecl>(D);

Completed in 213 milliseconds

1 2 3 4 5