Home
last modified time | relevance | path

Searched refs:macroExpander (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/preprocessor/
DPreprocessor.cpp36 MacroExpander macroExpander; member
42 macroExpander(&directiveParser, &macroSet, diag, false) in PreprocessorImpl()
96 mImpl->macroExpander.lex(token); in lex()
DDirectiveParser.cpp740 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(&macroExpander, mDiagnostics); in parseExpressionIf()
857 macroExpander.lex(token); in parseExpressionIf()