Lines Matching refs:Location
32 /// \brief Location at which a diagnostic can be emitted. Either a
34 class Location {
46 Location() : Kind(LK_Null) {}
47 Location(SourceLocation Loc) :
49 Location(MemoryLocation Loc) :
51 // SymbolizedStackHolder must outlive Location object.
52 Location(const SymbolizedStackHolder &Stack) :
83 Location Start, End;
90 Location getStart() const { return Start; }
91 Location getEnd() const { return End; }
116 Location Loc;
188 Diag(Location Loc, DiagLevel Level, ErrorType ET, const char *Message)
228 Location SummaryLoc;
232 ScopedReport(ReportOptions Opts, Location SummaryLoc, ErrorType Type);