Searched refs:FILoc (Results 1 – 1 of 1) sorted by relevance
416 SourceLocation FILoc = Tok.getLocation(); in ParseRHSOfBinaryExpression() local419 if (FILoc.isFileID() || PP.isAtStartOfMacroExpansion(FILoc, &FILoc)) { in ParseRHSOfBinaryExpression()420 assert(FILoc.isFileID()); in ParseRHSOfBinaryExpression()423 SM.getCharacterData(FILoc.getLocWithOffset(-1), &IsInvalid); in ParseRHSOfBinaryExpression()426 SM.getCharacterData(FILoc.getLocWithOffset(-2), &IsInvalid); in ParseRHSOfBinaryExpression()428 FILoc = FILoc.getLocWithOffset(-1); in ParseRHSOfBinaryExpression()435 << tok::colon << FixItHint::CreateInsertion(FILoc, FIText); in ParseRHSOfBinaryExpression()