Home
last modified time | relevance | path

Searched refs:DirectiveParser (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/preprocessor/
DDirectiveParser.cpp208 DirectiveParser::DirectiveParser(Tokenizer *tokenizer, in DirectiveParser() function in pp::DirectiveParser
220 void DirectiveParser::lex(Token *token) in lex()
249 void DirectiveParser::parseDirective(Token *token) in parseDirective()
329 void DirectiveParser::parseDefine(Token *token) in parseDefine()
411 void DirectiveParser::parseUndef(Token *token) in parseUndef()
440 void DirectiveParser::parseIf(Token *token) in parseIf()
446 void DirectiveParser::parseIfdef(Token *token) in parseIfdef()
452 void DirectiveParser::parseIfndef(Token *token) in parseIfndef()
458 void DirectiveParser::parseElse(Token *token) in parseElse()
499 void DirectiveParser::parseElif(Token *token) in parseElif()
[all …]
DDirectiveParser.h22 class DirectiveParser : public Lexer
25 DirectiveParser(Tokenizer *tokenizer,
33 PP_DISALLOW_COPY_AND_ASSIGN(DirectiveParser);
DPreprocessor.cpp27 DirectiveParser directiveParser;
/external/chromium_org/third_party/angle/src/
Dpreprocessor.target.linux-arm64.mk28 third_party/angle/src/compiler/preprocessor/DirectiveParser.cpp \
Dpreprocessor.target.darwin-arm64.mk28 third_party/angle/src/compiler/preprocessor/DirectiveParser.cpp \
Dpreprocessor.target.darwin-x86.mk28 third_party/angle/src/compiler/preprocessor/DirectiveParser.cpp \
Dpreprocessor.target.linux-x86_64.mk28 third_party/angle/src/compiler/preprocessor/DirectiveParser.cpp \
Dpreprocessor.target.darwin-x86_64.mk28 third_party/angle/src/compiler/preprocessor/DirectiveParser.cpp \
Dpreprocessor.target.darwin-mips.mk28 third_party/angle/src/compiler/preprocessor/DirectiveParser.cpp \
Dpreprocessor.target.linux-x86.mk28 third_party/angle/src/compiler/preprocessor/DirectiveParser.cpp \
Dpreprocessor.target.linux-mips.mk28 third_party/angle/src/compiler/preprocessor/DirectiveParser.cpp \
Dpreprocessor.target.linux-arm.mk28 third_party/angle/src/compiler/preprocessor/DirectiveParser.cpp \
Dpreprocessor.target.darwin-arm.mk28 third_party/angle/src/compiler/preprocessor/DirectiveParser.cpp \
/external/chromium_org/build/secondary/third_party/angle/
DBUILD.gn54 "src/compiler/preprocessor/DirectiveParser.cpp",
55 "src/compiler/preprocessor/DirectiveParser.h",