Lines Matching refs:FM
49 SourceLocation L, const FIDMap &FM,
64 << GetFID(FM, SM, Loc) << "</integer>\n";
70 CharSourceRange R, const FIDMap &FM,
73 EmitLocation(o, SM, LangOpts, R.getBegin(), FM, indent+1);
74 EmitLocation(o, SM, LangOpts, R.getEnd(), FM, indent+1, R.isTokenRange());
104 FIDMap FM;
111 AddFID(FM, Fids, SM, D.getLocation());
115 AddFID(FM, Fids, SM, RI->getBegin());
116 AddFID(FM, Fids, SM, RI->getEnd());
176 EmitLocation(o, SM, LangOpts, D.getLocation(), FM, 2);
185 EmitRange(o, SM, LangOpts, *RI, FM, 4);