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