Home | History | Annotate | Download | only in Lex

Lines Matching defs:Loc

286     SourceLocation Loc =
289 Identifier.setLocation(Loc);
830 SourceLocation Loc = Tok.getLocation();
834 Loc = AdvanceToTokenCharacter(Loc, 0);
839 // Skip down through expansion points until we find a file loc for the
841 Loc = SourceMgr.getInstantiationRange(Loc).second;
842 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Loc);