Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp603 SourceLocation RHSLocEnd = S.getLocForEndOfToken(RHS->getEndLoc()); in DiagnoseDirectIsaAccess() local
609 << FixItHint::CreateInsertion(RHSLocEnd, ")"); in DiagnoseDirectIsaAccess()
15191 SourceLocation RHSLocEnd = getLocForEndOfToken(RHS.get()->getEndLoc()); in CreateBuiltinBinOp() local
15197 << FixItHint::CreateInsertion(RHSLocEnd, ")"); in CreateBuiltinBinOp()