Searched defs:IDecl (Results 1 - 15 of 15) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp388 bool isNSAutoreleasePool(ObjCInterfaceDecl *IDecl) { argument
H A DObjCMT.cpp445 ObjCInterfaceDecl *IDecl = ObjPtrTy->getObjectType()->getInterface(); local
673 static bool rewriteToObjCInterfaceDecl(const ObjCInterfaceDecl *IDecl, argument
610 ClassImplementsAllMethodsAndProperties(ASTContext &Ctx, const ObjCImplementationDecl *ImpDecl, const ObjCInterfaceDecl *IDecl, ObjCProtocolDecl *Protocol) argument
844 const ObjCInterfaceDecl *IDecl = ImpDecl->getClassInterface(); local
991 ObjCInterfaceDecl *IDecl = OM->getClassInterface(); local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp369 ObjCInterfaceDecl *IDecl = const_cast<ObjCInterfaceDecl *>(InterfaceD); local
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1104 bool ObjCMethodCall::canBeOverridenInSubclass(ObjCInterfaceDecl *IDecl, argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1999 ObjCCategoryDecl(DeclContext *DC, SourceLocation AtLoc, SourceLocation ClassNameLoc, SourceLocation CategoryNameLoc, IdentifierInfo *Id, ObjCInterfaceDecl *IDecl, ObjCTypeParamList *typeParamList, SourceLocation IvarLBraceLoc, SourceLocation IvarRBraceLoc) argument
2012 Create(ASTContext &C, DeclContext *DC, SourceLocation AtLoc, SourceLocation ClassNameLoc, SourceLocation CategoryNameLoc, IdentifierInfo *Id, ObjCInterfaceDecl *IDecl, ObjCTypeParamList *typeParamList, SourceLocation IvarLBraceLoc, SourceLocation IvarRBraceLoc) argument
[all...]
H A DASTContext.cpp2482 auto *IDecl = const_cast<ObjCInterfaceDecl *>(OI); local
4923 QIdProtocolsAdoptObjCObjectProtocols(QualType QT, ObjCInterfaceDecl *IDecl) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp1337 ObjCInterfaceDecl *IDecl = OTy->getInterface(); local
[all...]
H A DSemaObjCProperty.cpp603 ObjCInterfaceDecl *IDecl = ObjPtrTy->getObjectType()->getInterface(); local
1106 ObjCInterfaceDecl *IDecl = nullptr; local
1875 SuperClassImplementsProperty(ObjCInterfaceDecl *IDecl, ObjCPropertyDecl *Prop) argument
1898 DefaultSynthesizeProperties(Scope *S, ObjCImplDecl *IMPDecl, ObjCInterfaceDecl *IDecl, SourceLocation AtEnd) argument
2046 ObjCInterfaceDecl *IDecl = dyn_cast<ObjCInterfaceDecl>(CDecl); local
2177 AtomicPropertySetterGetterRules(ObjCImplDecl* IMPDecl, ObjCInterfaceDecl* IDecl) argument
[all...]
H A DSemaCodeComplete.cpp8185 Decl *IDecl = nullptr; local
H A DSemaDeclObjC.cpp506 explicit ObjCInterfaceValidatorCCC(ObjCInterfaceDecl *IDecl) argument
541 ActOnSuperClassOfClassInterface(Scope *S, SourceLocation AtInterfaceLoc, ObjCInterfaceDecl *IDecl, IdentifierInfo *ClassName, SourceLocation ClassLoc, IdentifierInfo *SuperName, SourceLocation SuperLoc, ArrayRef<ParsedType> SuperTypeArgs, SourceRange SuperTypeArgsRange) argument
1055 ObjCInterfaceDecl *IDecl local
1805 ObjCInterfaceDecl *IDecl = getObjCInterfaceDecl(ClassName, ClassLoc, true); local
1898 ObjCInterfaceDecl *IDecl = getObjCInterfaceDecl(ClassName, ClassLoc, true); local
1965 ObjCInterfaceDecl *IDecl = nullptr; local
2114 ObjCInterfaceDecl* IDecl = ImpDecl->getClassInterface(); local
2681 ObjCInterfaceDecl *IDecl = C ? C->getClassInterface() local
3117 ObjCInterfaceDecl *IDecl local
4846 ObjCInterfaceDecl *IDecl = dyn_cast<ObjCInterfaceDecl>(ClassDecl); local
5164 const ObjCInterfaceDecl *IDecl = Method->getClassInterface(); local
[all...]
H A DSemaDecl.cpp1955 NamedDecl *IDecl = LookupSingleName(TUScope, Id, IdLoc, LookupOrdinaryName); local
15808 Decl *Sema::ActOnObjCContainerStartDefinition(Decl *IDecl) { argument
16973 ObjCInterfaceDecl *IDecl = CDecl->getClassInterface(); local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2379 const ObjCInterfaceDecl *IDecl = OPT->getObjectType()->getInterface(); local
H A DCGObjCMac.cpp4795 ObjCInterfaceDecl *IDecl = ObjTy->getInterface(); local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1061 void RewriteObjC::RewriteObjCMethodDecl(const ObjCInterfaceDecl *IDecl, argument
1864 ObjCInterfaceDecl *IDecl = Ptr->getObjectType()->getInterface(); local
5265 RewriteObjCClassMetaData(ObjCImplementationDecl *IDecl, std::string &Result) argument
5618 RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *IDecl, std::string &Result) argument
[all...]
H A DRewriteModernObjC.cpp830 static void WriteInternalIvarName(const ObjCInterfaceDecl *IDecl, argument
1227 void RewriteModernObjC::RewriteObjCMethodDecl(const ObjCInterfaceDecl *IDecl, argument
1968 ObjCInterfaceDecl *IDecl = Ptr->getObjectType()->getInterface(); local
3603 IsTagDefinedInsideClass(ObjCContainerDecl *IDecl, TagDecl *Tag, bool &IsNamedDefinition) argument
3734 auto *IDecl = dyn_cast<ObjCContainerDecl>(fieldDecl->getDeclContext()); local
3966 const ObjCInterfaceDecl *IDecl = IvarDecl->getContainingInterface(); local
7001 RewriteObjCClassMetaData(ObjCImplementationDecl *IDecl, std::string &Result) argument
7166 ObjCImplementationDecl *IDecl = ClassImplementation[i]; local
7263 RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *IDecl, std::string &Result) argument
7348 ObjCCategoryImplDecl *IDecl = CategoryImplementation[i]; local
[all...]

Completed in 417 milliseconds