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