Searched refs:FILoc (Results 1 – 1 of 1) sorted by relevance
532 SourceLocation FILoc = Tok.getLocation(); in ParseRHSOfBinaryExpression() local535 if (FILoc.isFileID() || PP.isAtStartOfMacroExpansion(FILoc, &FILoc)) { in ParseRHSOfBinaryExpression()536 assert(FILoc.isFileID()); in ParseRHSOfBinaryExpression()539 SM.getCharacterData(FILoc.getLocWithOffset(-1), &IsInvalid); in ParseRHSOfBinaryExpression()542 SM.getCharacterData(FILoc.getLocWithOffset(-2), &IsInvalid); in ParseRHSOfBinaryExpression()544 FILoc = FILoc.getLocWithOffset(-1); in ParseRHSOfBinaryExpression()551 << tok::colon << FixItHint::CreateInsertion(FILoc, FIText); in ParseRHSOfBinaryExpression()