Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExpr.cpp2138 Expr *CorrectedBase = CorrectedLHS.get(); in ParsePostfixExpressionSuffix() local
2139 if (!CorrectedBase && !getLangOpts().CPlusPlus) in ParsePostfixExpressionSuffix()
2140 CorrectedBase = Base; in ParsePostfixExpressionSuffix()
2145 getCurScope(), Base, CorrectedBase, OpLoc, OpKind == tok::arrow, in ParsePostfixExpressionSuffix()