Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Parse/
DParseExpr.cpp2192 Expr *CorrectedBase = CorrectedLHS.get(); in ParsePostfixExpressionSuffix() local
2193 if (!CorrectedBase && !getLangOpts().CPlusPlus) in ParsePostfixExpressionSuffix()
2194 CorrectedBase = Base; in ParsePostfixExpressionSuffix()
2199 getCurScope(), Base, CorrectedBase, OpLoc, OpKind == tok::arrow, in ParsePostfixExpressionSuffix()