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

  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
MacroExpander.h 23 class MacroExpander : public Lexer
26 MacroExpander(Lexer *lexer, MacroSet *macroSet, Diagnostics *diagnostics);
27 virtual ~MacroExpander();
32 PP_DISALLOW_COPY_AND_ASSIGN(MacroExpander);
MacroExpander.cpp 7 #include "MacroExpander.h"
49 MacroExpander::MacroExpander(Lexer *lexer,
58 MacroExpander::~MacroExpander()
66 void MacroExpander::lex(Token *token)
100 void MacroExpander::getToken(Token *token)
125 void MacroExpander::ungetToken(const Token &token)
140 bool MacroExpander::isNextTokenLeftParen()
151 bool MacroExpander::pushMacro(const Macro &macro, const Token &identifier
    [all...]
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);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
msvccompiler.py 107 class MacroExpander:
242 self.__macros = MacroExpander(self.__version)
659 from distutils.msvc9compiler import MacroExpander
msvc9compiler.py 126 class MacroExpander:
307 # MACROS = MacroExpander(VERSION)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
msvccompiler.py 107 class MacroExpander:
242 self.__macros = MacroExpander(self.__version)
659 from distutils.msvc9compiler import MacroExpander
msvc9compiler.py 126 class MacroExpander:
307 # MACROS = MacroExpander(VERSION)
  /external/chromium_org/third_party/angle/src/
preprocessor.target.darwin-arm.mk 32 third_party/angle/src/compiler/preprocessor/MacroExpander.cpp \
preprocessor.target.darwin-arm64.mk 32 third_party/angle/src/compiler/preprocessor/MacroExpander.cpp \
preprocessor.target.darwin-mips.mk 32 third_party/angle/src/compiler/preprocessor/MacroExpander.cpp \
preprocessor.target.darwin-mips64.mk 32 third_party/angle/src/compiler/preprocessor/MacroExpander.cpp \
preprocessor.target.darwin-x86.mk 32 third_party/angle/src/compiler/preprocessor/MacroExpander.cpp \
preprocessor.target.darwin-x86_64.mk 32 third_party/angle/src/compiler/preprocessor/MacroExpander.cpp \
preprocessor.target.linux-arm.mk 32 third_party/angle/src/compiler/preprocessor/MacroExpander.cpp \
preprocessor.target.linux-arm64.mk 32 third_party/angle/src/compiler/preprocessor/MacroExpander.cpp \
preprocessor.target.linux-mips.mk 32 third_party/angle/src/compiler/preprocessor/MacroExpander.cpp \
preprocessor.target.linux-mips64.mk 32 third_party/angle/src/compiler/preprocessor/MacroExpander.cpp \
preprocessor.target.linux-x86.mk 32 third_party/angle/src/compiler/preprocessor/MacroExpander.cpp \
preprocessor.target.linux-x86_64.mk 32 third_party/angle/src/compiler/preprocessor/MacroExpander.cpp \

Completed in 1702 milliseconds