Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExpr.cpp7626 SourceLocation SecondOpen = LHS.get()->getLocStart(); in diagnoseLogicalNotOnLHSofComparison() local
7630 SecondOpen = SourceLocation(); in diagnoseLogicalNotOnLHSofComparison()
7632 << FixItHint::CreateInsertion(SecondOpen, "(") in diagnoseLogicalNotOnLHSofComparison()