Searched defs:interfaceDecl (Results 1 – 3 of 3) sorted by relevance
1884 void Parser::HelperActionsForIvarDeclarations(Decl *interfaceDecl, SourceLocation atLoc, in HelperActionsForIvarDeclarations()1921 void Parser::ParseObjCClassInstanceVariables(Decl *interfaceDecl, in ParseObjCClassInstanceVariables()
603 void emitFunction(JFunc jfunc, PrintStream out, boolean nativeDecl, boolean interfaceDecl) { in emitFunction()
1447 if (auto interfaceDecl = getObjectType()->getInterface()) { in getInterfaceType() local