/external/clang/lib/Edit/ |
D | RewriteObjCFoundationAPI.cpp | 109 maybeAdjustInterfaceForSubscriptingCheck(const ObjCInterfaceDecl *IFace, in maybeAdjustInterfaceForSubscriptingCheck() 156 static bool canRewriteToSubscriptSyntax(const ObjCInterfaceDecl *&IFace, in canRewriteToSubscriptSyntax() 203 static bool rewriteToArraySubscriptGet(const ObjCInterfaceDecl *IFace, in rewriteToArraySubscriptGet() 213 static bool rewriteToDictionarySubscriptGet(const ObjCInterfaceDecl *IFace, in rewriteToDictionarySubscriptGet() 223 static bool rewriteToArraySubscriptSet(const ObjCInterfaceDecl *IFace, in rewriteToArraySubscriptSet() 257 static bool rewriteToDictionarySubscriptSet(const ObjCInterfaceDecl *IFace, in rewriteToDictionarySubscriptSet() 299 const ObjCInterfaceDecl *IFace = in rewriteToObjCSubscriptSyntax() local
|
/external/llvm-project/clang/lib/Edit/ |
D | RewriteObjCFoundationAPI.cpp | 108 maybeAdjustInterfaceForSubscriptingCheck(const ObjCInterfaceDecl *IFace, in maybeAdjustInterfaceForSubscriptingCheck() 155 static bool canRewriteToSubscriptSyntax(const ObjCInterfaceDecl *&IFace, in canRewriteToSubscriptSyntax() 202 static bool rewriteToArraySubscriptGet(const ObjCInterfaceDecl *IFace, in rewriteToArraySubscriptGet() 212 static bool rewriteToDictionarySubscriptGet(const ObjCInterfaceDecl *IFace, in rewriteToDictionarySubscriptGet() 222 static bool rewriteToArraySubscriptSet(const ObjCInterfaceDecl *IFace, in rewriteToArraySubscriptSet() 256 static bool rewriteToDictionarySubscriptSet(const ObjCInterfaceDecl *IFace, in rewriteToDictionarySubscriptSet() 298 const ObjCInterfaceDecl *IFace = in rewriteToObjCSubscriptSyntax() local
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/type/ |
D | TestTypeFactoryWithRecursiveTypes.java | 13 static interface IFace<T> { interface in TestTypeFactoryWithRecursiveTypes
|
D | RecursiveTypeTest.java | 17 static interface IFace<T> {} interface in RecursiveTypeTest
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 454 const ObjCInterfaceDecl *IFace = this; in findInterfaceWithDesignatedInitializers() local 526 const ObjCInterfaceDecl *IFace= findInterfaceWithDesignatedInitializers(); in getDesignatedInitializers() local 548 const ObjCInterfaceDecl *IFace= findInterfaceWithDesignatedInitializers(); in isDesignatedInitializer() local 2015 void ObjCImplDecl::setClassInterface(ObjCInterfaceDecl *IFace) { in setClassInterface()
|
/external/llvm-project/clang/lib/AST/ |
D | DeclObjC.cpp | 477 const ObjCInterfaceDecl *IFace = this; in findInterfaceWithDesignatedInitializers() local 548 const ObjCInterfaceDecl *IFace= findInterfaceWithDesignatedInitializers(); in getDesignatedInitializers() local 579 const ObjCInterfaceDecl *IFace= findInterfaceWithDesignatedInitializers(); in isDesignatedInitializer() local 2136 void ObjCImplDecl::setClassInterface(ObjCInterfaceDecl *IFace) { in setClassInterface()
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 3622 } else if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(Container)){ in AddObjCProperties() local 5045 ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(Container); in AddObjCMethods() local 5282 ObjCInterfaceDecl *IFace = nullptr; in GetAssumedMessageSendExprType() local 5723 if (ObjCInterfaceDecl *IFace = GetAssumedMessageSendExprType(RecExpr)) { in CodeCompleteObjCInstanceMessage() local 6305 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(Container)) { in FindImplementableMethods() local 6531 if (ObjCInterfaceDecl *IFace = ObjCPointer->getInterfaceDecl()) { in AddObjCKeyValueCompletions() local 7194 ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(SearchDecl); in CodeCompleteObjCMethodDecl() local
|
D | SemaObjCProperty.cpp | 232 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(ClassDecl)) { in ActOnProperty() local 1618 Sema::IvarBacksCurrentMethodAccessor(ObjCInterfaceDecl *IFace, in IvarBacksCurrentMethodAccessor()
|
D | SemaPseudoObject.cpp | 652 if (const ObjCInterfaceDecl *IFace = in findSetter() local
|
D | SemaExprMember.cpp | 1583 ObjCInterfaceDecl *IFace = MD->getClassInterface(); in LookupMemberExpr() local
|
D | SemaExprObjC.cpp | 1763 ObjCInterfaceDecl *IFace = IFaceT->getDecl(); in HandleExprPropertyRefExpr() local 1945 ObjCInterfaceDecl *IFace = getObjCInterfaceDecl(receiverNamePtr, in ActOnClassPropertyRefExpr() local
|
D | SemaLookup.cpp | 3542 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(Ctx)) { in LookupVisibleDecls() local 3631 if (ObjCInterfaceDecl *IFace = Method->getClassInterface()) { in LookupVisibleDecls() local
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 4685 } else if (ObjCInterfaceDecl *IFace = in AddObjCProperties() local 5298 ObjCInterfaceDecl *IFace = getObjCInterfaceDecl(ClassNamePtr, ClassNameLoc); in CodeCompleteObjCClassPropertyRefExpr() local 6788 ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(Container); in AddObjCMethods() local 7021 ObjCInterfaceDecl *IFace = nullptr; in GetAssumedMessageSendExprType() local 7455 if (ObjCInterfaceDecl *IFace = GetAssumedMessageSendExprType(RecExpr)) { in CodeCompleteObjCInstanceMessage() local 8024 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(Container)) { in FindImplementableMethods() local 8244 if (ObjCInterfaceDecl *IFace = ObjCPointer->getInterfaceDecl()) { in AddObjCKeyValueCompletions() local 8898 ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(SearchDecl); in CodeCompleteObjCMethodDecl() local
|
D | SemaObjCProperty.cpp | 231 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(ClassDecl)) { in ActOnProperty() local 1846 Sema::IvarBacksCurrentMethodAccessor(ObjCInterfaceDecl *IFace, in IvarBacksCurrentMethodAccessor()
|
D | SemaExprObjC.cpp | 1276 ObjCInterfaceDecl *IFace = CurMD->getClassInterface(); in findMethodInCurrentClass() local 1982 ObjCInterfaceDecl *IFace = IFaceT->getDecl(); in HandleExprPropertyRefExpr() local 2164 ObjCInterfaceDecl *IFace = getObjCInterfaceDecl(receiverNamePtr, in ActOnClassPropertyRefExpr() local
|
D | SemaPseudoObject.cpp | 657 if (const ObjCInterfaceDecl *IFace = in findSetter() local
|
D | SemaExprMember.cpp | 1547 ObjCInterfaceDecl *IFace = MD->getClassInterface(); in LookupMemberExpr() local
|
D | SemaLookup.cpp | 3873 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(Ctx)) { in lookupInDeclContext() local 3964 if (ObjCInterfaceDecl *IFace = Method->getClassInterface()) { in lookupInScope() local
|
D | SemaExpr.cpp | 2787 ObjCInterfaceDecl *IFace = nullptr; in LookupIvarInObjCMethod() local 2810 if (ObjCInterfaceDecl *IFace = CurMethod->getClassInterface()) { in LookupIvarInObjCMethod() local 2838 ObjCInterfaceDecl *IFace = CurMethod->getClassInterface(); in BuildIvarRefExpr() local 15740 const ObjCInterfaceDecl *IFace = nullptr; in DiagnoseAssignmentResult() local
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 679 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>((*DI))) { in HandleTopLevelSingleDecl() local 3627 ObjCInterfaceDecl *IFace = MD->getClassInterface(); in BuildUniqueMethodName() local
|
D | RewriteModernObjC.cpp | 744 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>((*DI))) { in HandleTopLevelSingleDecl() local 4449 ObjCInterfaceDecl *IFace = MD->getClassInterface(); in BuildUniqueMethodName() local
|
/external/llvm-project/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 680 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>((*DI))) { in HandleTopLevelSingleDecl() local 3640 ObjCInterfaceDecl *IFace = MD->getClassInterface(); in BuildUniqueMethodName() local
|
D | RewriteModernObjC.cpp | 748 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>((*DI))) { in HandleTopLevelSingleDecl() local 4452 ObjCInterfaceDecl *IFace = MD->getClassInterface(); in BuildUniqueMethodName() local
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 1705 const ObjCInterfaceDecl *IFace = ImplD->getClassInterface(); in inferDesignatedInitializers() local
|
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 1711 const ObjCInterfaceDecl *IFace = ImplD->getClassInterface(); in inferDesignatedInitializers() local
|