Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp597 SourceLocation RHSLocEnd = S.getLocForEndOfToken(RHS->getEndLoc()); in DiagnoseDirectIsaAccess() local
603 << FixItHint::CreateInsertion(RHSLocEnd, ")"); in DiagnoseDirectIsaAccess()
15062 SourceLocation RHSLocEnd = getLocForEndOfToken(RHS.get()->getEndLoc()); in CreateBuiltinBinOp() local
15068 << FixItHint::CreateInsertion(RHSLocEnd, ")"); in CreateBuiltinBinOp()