Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp12687 SourceLocation SecondClose = LHS.get()->getEndLoc(); in diagnoseLogicalNotOnLHSofCheck() local
12688 SecondClose = S.getLocForEndOfToken(SecondClose); in diagnoseLogicalNotOnLHSofCheck()
12689 if (SecondClose.isInvalid()) in diagnoseLogicalNotOnLHSofCheck()
12693 << FixItHint::CreateInsertion(SecondClose, ")"); in diagnoseLogicalNotOnLHSofCheck()