Home
last modified time | relevance | path

Searched refs:SecondClose (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp11192 SourceLocation SecondClose = LHS.get()->getEndLoc(); in diagnoseLogicalNotOnLHSofCheck() local
11193 SecondClose = S.getLocForEndOfToken(SecondClose); in diagnoseLogicalNotOnLHSofCheck()
11194 if (SecondClose.isInvalid()) in diagnoseLogicalNotOnLHSofCheck()
11198 << FixItHint::CreateInsertion(SecondClose, ")"); in diagnoseLogicalNotOnLHSofCheck()