Searched refs:FILoc (Results 1 – 1 of 1) sorted by relevance
296 SourceLocation FILoc = Tok.getLocation(); in ParseRHSOfBinaryExpression() local299 if (FILoc.isFileID() || PP.isAtStartOfMacroExpansion(FILoc, &FILoc)) { in ParseRHSOfBinaryExpression()300 assert(FILoc.isFileID()); in ParseRHSOfBinaryExpression()303 SM.getCharacterData(FILoc.getLocWithOffset(-1), &IsInvalid); in ParseRHSOfBinaryExpression()306 SM.getCharacterData(FILoc.getLocWithOffset(-2), &IsInvalid); in ParseRHSOfBinaryExpression()308 FILoc = FILoc.getLocWithOffset(-1); in ParseRHSOfBinaryExpression()315 << tok::colon << FixItHint::CreateInsertion(FILoc, FIText); in ParseRHSOfBinaryExpression()