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

/external/clang/lib/Parse/
H A DParseExpr.cpp278 SourceLocation FILoc = Tok.getLocation(); local
281 if (FILoc.isFileID() || PP.isAtStartOfMacroExpansion(FILoc, &FILoc)) {
282 assert(FILoc.isFileID());
285 SM.getCharacterData(FILoc.getLocWithOffset(-1), &IsInvalid);
288 SM.getCharacterData(FILoc.getLocWithOffset(-2), &IsInvalid);
290 FILoc = FILoc.getLocWithOffset(-1);
297 << tok::colon << FixItHint::CreateInsertion(FILoc, FITex
[all...]

Completed in 235 milliseconds