Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp9018 SourceLocation SecondClose = LHS.get()->getLocEnd(); in diagnoseLogicalNotOnLHSofComparison() local
9019 SecondClose = S.getLocForEndOfToken(SecondClose); in diagnoseLogicalNotOnLHSofComparison()
9020 if (SecondClose.isInvalid()) in diagnoseLogicalNotOnLHSofComparison()
9024 << FixItHint::CreateInsertion(SecondClose, ")"); in diagnoseLogicalNotOnLHSofComparison()