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