Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp8582 SourceLocation SecondClose = LHS.get()->getLocEnd(); in diagnoseLogicalNotOnLHSofComparison() local
8583 SecondClose = S.getLocForEndOfToken(SecondClose); in diagnoseLogicalNotOnLHSofComparison()
8584 if (SecondClose.isInvalid()) in diagnoseLogicalNotOnLHSofComparison()
8588 << FixItHint::CreateInsertion(SecondClose, ")"); in diagnoseLogicalNotOnLHSofComparison()