Searched refs:isReadingHLSL (Results 1 – 2 of 2) sorted by relevance
404 if (! parseContext.isReadingHLSL() && isMacroInput()) { in eval()808 if (parseContext.isReadingHLSL()) in CPPversion()941 if(!parseContext.isReadingHLSL()) { in readCPPline()1095 if (pasting && pp->parseContext.isReadingHLSL()) in scan()1250 else if (token == '{' && parseContext.isReadingHLSL()) in MacroExpand()
131 bool isReadingHLSL() const { return (messages & EShMsgReadHlsl) == EShMsgReadHlsl; } in isReadingHLSL() function