Home | History | Annotate | Download | only in compiler

Lines Matching refs:TIntermSymbol

133 TIntermSymbol* TIntermediate::addSymbol(int id, const TString& name, const TType& type, TSourceLoc line)
135 TIntermSymbol* node = new TIntermSymbol(id, name, type);