Searched defs:implicitThis (Results 1 – 6 of 6) sorted by relevance
453 …bool implicitThis; // true if this is a member function expecting to be passed a 'this' as the fi… variable
5509 … bool implicitThis = (int)parameters.size() > 0 && parameters[0]->getAsSymbolNode()->getName() == in makeFunctions() local5512 bool implicitThis = false; in makeFunctions() local
466 …bool implicitThis; // true if this is a member function expecting to be passed a 'this' as the fi… variable
5550 … bool implicitThis = (int)parameters.size() > 0 && parameters[0]->getAsSymbolNode()->getName() == in makeFunctions() local5553 bool implicitThis = false; in makeFunctions() local
346 bool implicitThis; // True if this function is allowed to see all members of 'this' variable