Searched refs:FILoc (Results 1 – 1 of 1) sorted by relevance
278 SourceLocation FILoc = Tok.getLocation(); in ParseRHSOfBinaryExpression() local281 if (FILoc.isFileID() || PP.isAtStartOfMacroExpansion(FILoc, &FILoc)) { in ParseRHSOfBinaryExpression()282 assert(FILoc.isFileID()); in ParseRHSOfBinaryExpression()285 SM.getCharacterData(FILoc.getLocWithOffset(-1), &IsInvalid); in ParseRHSOfBinaryExpression()288 SM.getCharacterData(FILoc.getLocWithOffset(-2), &IsInvalid); in ParseRHSOfBinaryExpression()290 FILoc = FILoc.getLocWithOffset(-1); in ParseRHSOfBinaryExpression()297 << tok::colon << FixItHint::CreateInsertion(FILoc, FIText); in ParseRHSOfBinaryExpression()