HomeSort by relevance Sort by last modified time
    Searched refs:macroExpander (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Preprocessor.cpp 15 #include "MacroExpander.h"
28 MacroExpander macroExpander;
35 macroExpander(&directiveParser, &macroSet, diag)
94 mImpl->macroExpander.lex(token);
DirectiveParser.cpp 16 #include "MacroExpander.h"
772 MacroExpander macroExpander(mTokenizer, mMacroSet, mDiagnostics);
773 macroExpander.lex(token);
815 macroExpander.lex(token);
886 MacroExpander macroExpander(&definedParser, mMacroSet, mDiagnostics);
887 ExpressionParser expressionParser(&macroExpander, mDiagnostics);
890 macroExpander.lex(token);

Completed in 29 milliseconds