Home
last modified time | relevance | path

Searched refs:FILoc (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Parse/
DParseExpr.cpp319 SourceLocation FILoc = Tok.getLocation(); in ParseRHSOfBinaryExpression() local
322 if (FILoc.isFileID() || PP.isAtStartOfMacroExpansion(FILoc, &FILoc)) { in ParseRHSOfBinaryExpression()
323 assert(FILoc.isFileID()); in ParseRHSOfBinaryExpression()
326 SM.getCharacterData(FILoc.getLocWithOffset(-1), &IsInvalid); in ParseRHSOfBinaryExpression()
329 SM.getCharacterData(FILoc.getLocWithOffset(-2), &IsInvalid); in ParseRHSOfBinaryExpression()
331 FILoc = FILoc.getLocWithOffset(-1); in ParseRHSOfBinaryExpression()
338 << tok::colon << FixItHint::CreateInsertion(FILoc, FIText); in ParseRHSOfBinaryExpression()