Searched defs:ValidateASTOptions (Results 1 – 1 of 1) sorted by relevance
20 struct ValidateASTOptions struct25 bool validateSingleParent = true;29 bool validateFunctionCall = true; // TODO54 bool ValidateAST(TIntermNode *root, TDiagnostics *diagnostics, const ValidateASTOptions &options); argument