Searched defs:interfaceDecl (Results 1 – 2 of 2) sorted by relevance
1867 void Parser::HelperActionsForIvarDeclarations(Decl *interfaceDecl, SourceLocation atLoc, in HelperActionsForIvarDeclarations()1905 void Parser::ParseObjCClassInstanceVariables(Decl *interfaceDecl, in ParseObjCClassInstanceVariables()
1671 if (auto interfaceDecl = getObjectType()->getInterface()) { in getInterfaceType() local