const TFunction* findFunction(int line, TFunction* pfnCall, bool *builtIn = 0);\r
bool executeInitializer(TSourceLoc line, TString& identifier, TPublicType& pType, \r
TIntermTyped* initializer, TIntermNode*& intermNode);\r
- bool TParseContext::canNodeBeRemoved(TIntermNode*);\r
+ bool canNodeBeRemoved(TIntermNode*);\r
TIntermTyped* addConstructor(TIntermNode*, TType*, TOperator, TFunction*, TSourceLoc);\r
TIntermTyped* constructStruct(TIntermNode*, TType*, int, TSourceLoc, bool subset);\r
TIntermTyped* constructBuiltIn(TType*, TOperator, TIntermNode*, TSourceLoc, bool subset);\r