Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseExpr.cpp2173 Expr *CorrectedBase = CorrectedLHS.get(); in ParsePostfixExpressionSuffix() local
2174 if (!CorrectedBase && !getLangOpts().CPlusPlus) in ParsePostfixExpressionSuffix()
2175 CorrectedBase = Base; in ParsePostfixExpressionSuffix()
2180 getCurScope(), Base, CorrectedBase, OpLoc, OpKind == tok::arrow, in ParsePostfixExpressionSuffix()