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