Lines Matching refs:Location
55 class Location {
67 Location() : Kind(LK_Null) {} in Location() function
68 Location(SourceLocation Loc) : in Location() function
70 Location(MemoryLocation Loc) : in Location() function
73 Location(const SymbolizedStackHolder &Stack) : in Location() function
104 Location Start, End;
111 Location getStart() const { return Start; } in getStart()
112 Location getEnd() const { return End; } in getEnd()
131 Location Loc;
200 Diag(Location Loc, DiagLevel Level, const char *Message) in Diag()
239 Location SummaryLoc;
243 ScopedReport(ReportOptions Opts, Location SummaryLoc, ErrorType Type);