Lines Matching full:loc
202 const SourceLocation Loc =
204 if (Loc.isInvalid())
209 return SM.isInSystemHeader(Loc);
223 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data);
225 if (!location.ptr_data[0] || Loc.isInvalid()) {
232 SourceLocation ExpansionLoc = SM.getExpansionLoc(Loc);
266 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data);
268 if (!location.ptr_data[0] || Loc.isInvalid())
273 PresumedLoc PreLoc = SM.getPresumedLoc(Loc);
305 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data);
307 if (!location.ptr_data[0] || Loc.isInvalid())
313 SourceLocation SpellLoc = SM.getFileLoc(Loc);
343 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data);
345 if (!location.ptr_data[0] || Loc.isInvalid())
350 SourceLocation FileLoc = SM.getFileLoc(Loc);