Searched refs:UseEnd (Results 1 – 2 of 2) sorted by relevance
430 bool UseEnd = false) { in getValidSourceLocation() argument431 SourceLocation L = UseEnd ? S->getLocEnd() : S->getLocStart(); in getValidSourceLocation()464 L = UseEnd ? Parent->getLocEnd() : Parent->getLocStart(); in getValidSourceLocation()
2556 UseEnd = IVOper->use_end(); UseIter != UseEnd; ++UseIter) { in ChainInstruction() local