Lines Matching refs:TSourceLoc
23 TPrefixType type, TSourceLoc loc, in ReportInfo()
205 void TParseContext::error(TSourceLoc loc, in error()
220 void TParseContext::warning(TSourceLoc loc, in warning()
811 …text::arraySetMaxSize(TIntermSymbol *node, TType* type, int size, bool updateFlag, TSourceLoc line) in arraySetMaxSize()
978 bool TParseContext::executeInitializer(TSourceLoc line, TString& identifier, TPublicType& pType, in executeInitializer()
1084 …Constructor(TIntermNode* node, const TType* type, TOperator op, TFunction* fnCall, TSourceLoc line) in addConstructor()
1192 …::constructBuiltIn(const TType* type, TOperator op, TIntermNode* node, TSourceLoc line, bool subse… in constructBuiltIn()
1254 …ntext::constructStruct(TIntermNode* node, TType* type, int paramCount, TSourceLoc line, bool subse… in constructStruct()
1277 …yped* TParseContext::addConstVectorNode(TVectorFields& fields, TIntermTyped* node, TSourceLoc line) in addConstVectorNode()
1321 TIntermTyped* TParseContext::addConstMatrixNode(int index, TIntermTyped* node, TSourceLoc line) in addConstMatrixNode()
1353 TIntermTyped* TParseContext::addConstArrayNode(int index, TIntermTyped* node, TSourceLoc line) in addConstArrayNode()
1387 TIntermTyped* TParseContext::addConstStruct(TString& identifier, TIntermTyped* node, TSourceLoc lin… in addConstStruct()