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)
89 mImpl->macroExpander.lex(token);
DirectiveParser.cpp 16 #include "MacroExpander.h"
793 MacroExpander macroExpander(mTokenizer, mMacroSet, mDiagnostics);
794 macroExpander.lex(token);
836 macroExpander.lex(token);
909 MacroExpander macroExpander(&definedParser, mMacroSet, mDiagnostics);
910 ExpressionParser expressionParser(&macroExpander, mDiagnostics);
913 macroExpander.lex(token);

Completed in 35 milliseconds