Home
last modified time | relevance | path

Searched refs:isNextTokenLeftParen (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/preprocessor/
DMacroExpander.h44 bool isNextTokenLeftParen();
DMacroExpander.cpp188 if ((macro->type == Macro::kTypeFunc) && !isNextTokenLeftParen()) in lex()
241 bool MacroExpander::isNextTokenLeftParen() in isNextTokenLeftParen() function in pp::MacroExpander