Lines Matching refs:FM
47 SourceLocation L, const FIDMap &FM,
62 << GetFID(FM, SM, Loc) << "</integer>\n";
68 CharSourceRange R, const FIDMap &FM,
71 EmitLocation(o, SM, LangOpts, R.getBegin(), FM, indent+1);
72 EmitLocation(o, SM, LangOpts, R.getEnd(), FM, indent+1, R.isTokenRange());
102 FIDMap FM;
109 AddFID(FM, Fids, SM, D.getLocation());
113 AddFID(FM, Fids, SM, RI->getBegin());
114 AddFID(FM, Fids, SM, RI->getEnd());
174 EmitLocation(o, SM, LangOpts, D.getLocation(), FM, 2);
183 EmitRange(o, SM, LangOpts, *RI, FM, 4);