Searched refs:IsSpelling (Results 1 – 2 of 2) sorted by relevance
152 void writeBareSourceLocation(SourceLocation Loc, bool IsSpelling);
211 bool IsSpelling) { in writeBareSourceLocation() argument213 unsigned ActualLine = IsSpelling ? SM.getSpellingLineNumber(Loc) in writeBareSourceLocation()