Searched refs:MacroExpander (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DMacroExpander.h23 class MacroExpander : public Lexer class in namespace:pp
26 MacroExpander(Lexer *lexer, MacroSet *macroSet, Diagnostics *diagnostics);
27 virtual ~MacroExpander();
32 PP_DISALLOW_COPY_AND_ASSIGN(MacroExpander);
H A DMacroExpander.cpp7 #include "MacroExpander.h"
49 MacroExpander::MacroExpander(Lexer *lexer, function in class:pp::MacroExpander
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
[all...]
H A DPreprocessor.cpp15 #include "MacroExpander.h"
28 MacroExpander macroExpander;
H A DDirectiveParser.cpp16 #include "MacroExpander.h"
793 MacroExpander macroExpander(mTokenizer, mMacroSet, mDiagnostics);
909 MacroExpander macroExpander(&definedParser, mMacroSet, mDiagnostics);
/external/chromium_org/third_party/angle/src/
H A Dpreprocessor.target.darwin-arm.mk32 third_party/angle/src/compiler/preprocessor/MacroExpander.cpp \
H A Dpreprocessor.target.darwin-arm64.mk32 third_party/angle/src/compiler/preprocessor/MacroExpander.cpp \
H A Dpreprocessor.target.darwin-mips.mk32 third_party/angle/src/compiler/preprocessor/MacroExpander.cpp \
H A Dpreprocessor.target.darwin-mips64.mk32 third_party/angle/src/compiler/preprocessor/MacroExpander.cpp \
H A Dpreprocessor.target.darwin-x86.mk32 third_party/angle/src/compiler/preprocessor/MacroExpander.cpp \
H A Dpreprocessor.target.darwin-x86_64.mk32 third_party/angle/src/compiler/preprocessor/MacroExpander.cpp \
H A Dpreprocessor.target.linux-arm.mk32 third_party/angle/src/compiler/preprocessor/MacroExpander.cpp \
H A Dpreprocessor.target.linux-arm64.mk32 third_party/angle/src/compiler/preprocessor/MacroExpander.cpp \
H A Dpreprocessor.target.linux-mips.mk32 third_party/angle/src/compiler/preprocessor/MacroExpander.cpp \
H A Dpreprocessor.target.linux-mips64.mk32 third_party/angle/src/compiler/preprocessor/MacroExpander.cpp \
H A Dpreprocessor.target.linux-x86.mk32 third_party/angle/src/compiler/preprocessor/MacroExpander.cpp \
H A Dpreprocessor.target.linux-x86_64.mk32 third_party/angle/src/compiler/preprocessor/MacroExpander.cpp \

Completed in 959 milliseconds