Searched refs:IntegralLiteralExpressionMatcher (Results 1 – 6 of 6) sorted by relevance
39 bool IntegralLiteralExpressionMatcher::advance() { in advance()76 bool IntegralLiteralExpressionMatcher::unaryOperator() { in unaryOperator()129 bool IntegralLiteralExpressionMatcher::unaryExpr() { in unaryExpr()160 &IntegralLiteralExpressionMatcher::unaryExpr); in multiplicativeExpr()168 bool IntegralLiteralExpressionMatcher::shiftExpr() { in shiftExpr()174 bool IntegralLiteralExpressionMatcher::compareExpr() { in compareExpr()195 &IntegralLiteralExpressionMatcher::compareExpr); in relationalExpr()204 bool IntegralLiteralExpressionMatcher::andExpr() { in andExpr()211 &IntegralLiteralExpressionMatcher::andExpr); in exclusiveOrExpr()267 bool IntegralLiteralExpressionMatcher::commaExpr() { in commaExpr()[all …]
32 class IntegralLiteralExpressionMatcher {34 IntegralLiteralExpressionMatcher(ArrayRef<Token> Tokens, bool CommaAllowed) in IntegralLiteralExpressionMatcher() function45 bool (IntegralLiteralExpressionMatcher::*NonTerminal)(),49 bool (IntegralLiteralExpressionMatcher::*NonTerminal)()) { in nonTerminalChainedExpr()55 bool (IntegralLiteralExpressionMatcher::*NonTerminal)()) { in nonTerminalChainedExpr()
12 IntegralLiteralExpressionMatcher.cpp
324 IntegralLiteralExpressionMatcher Matcher(MacroTokens, LangOpts.C99 == 0); in isInitializer()
41 modernize::IntegralLiteralExpressionMatcher Matcher(Tokens, AllowComma); in matchText()48 modernize::IntegralLiteralExpressionMatcher Matcher(Tokens, true); in sizeText()
21 "IntegralLiteralExpressionMatcher.cpp",