Searched defs:ValidateASTOptions (Results 1 – 1 of 1) sorted by relevance
20 struct ValidateASTOptions struct25 bool validateSingleParent = true;27 bool validateVariableReferences = true;30 bool validateSpecConstReferences = false;33 bool validateBuiltInOps = true;37 bool validateFunctionCall = true; // TODO40 bool validateNullNodes = true;64 bool ValidateAST(TIntermNode *root, TDiagnostics *diagnostics, const ValidateASTOptions &options); argument