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