Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp12254 SourceLocation SecondClose = LHS.get()->getEndLoc(); in diagnoseLogicalNotOnLHSofCheck() local
12255 SecondClose = S.getLocForEndOfToken(SecondClose); in diagnoseLogicalNotOnLHSofCheck()
12256 if (SecondClose.isInvalid()) in diagnoseLogicalNotOnLHSofCheck()
12260 << FixItHint::CreateInsertion(SecondClose, ")"); in diagnoseLogicalNotOnLHSofCheck()