Searched refs:macroExpander (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | Preprocessor.cpp | 36 MacroExpander macroExpander; member 42 macroExpander(&directiveParser, ¯oSet, diag, false) in PreprocessorImpl() 96 mImpl->macroExpander.lex(token); in lex()
|
D | DirectiveParser.cpp | 740 MacroExpander macroExpander(mTokenizer, mMacroSet, mDiagnostics, false); in parseLine() local 741 macroExpander.lex(token); in parseLine() 783 macroExpander.lex(token); in parseLine() 853 MacroExpander macroExpander(mTokenizer, mMacroSet, mDiagnostics, true); in parseExpressionIf() local 854 ExpressionParser expressionParser(¯oExpander, mDiagnostics); in parseExpressionIf() 857 macroExpander.lex(token); in parseExpressionIf()
|