Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp9918 SourceLocation FirstOpen = SubExpr->getBeginLoc(); in diagnoseLogicalNotOnLHSofCheck() local
9922 FirstOpen = SourceLocation(); in diagnoseLogicalNotOnLHSofCheck()
9925 << FixItHint::CreateInsertion(FirstOpen, "(") in diagnoseLogicalNotOnLHSofCheck()