Searched refs:functionDeclarators (Results 1 – 2 of 2) sorted by relevance
2149 TVector<TFunctionDeclarator> functionDeclarators; in acceptStruct() local2152 bool acceptedList = acceptStructDeclarationList(typeList, nodeList, functionDeclarators); in acceptStruct()2180 for (int b = 0; b < (int)functionDeclarators.size(); ++b) { in acceptStruct()2182 if (functionDeclarators[b].function->hasImplicitThis()) in acceptStruct()2183 functionDeclarators[b].function->addThisParameter(type, intermediate.implicitThisName); in acceptStruct()2189 parseContext.pushThisScope(type, functionDeclarators); in acceptStruct()2191 for (int b = 0; b < (int)functionDeclarators.size() && deferredSuccess; ++b) { in acceptStruct()2193 pushTokenStream(functionDeclarators[b].body); in acceptStruct()2194 if (! acceptFunctionBody(functionDeclarators[b], nodeList)) in acceptStruct()
9431 …xt::pushThisScope(const TType& thisStruct, const TVector<TFunctionDeclarator>& functionDeclarators) in pushThisScope() argument9438 for (auto it = functionDeclarators.begin(); it != functionDeclarators.end(); ++it) { in pushThisScope()