Searched refs:IsExpansion (Results 1 – 1 of 1) sorted by relevance
478 SourceLocation::UIntTy IsExpansion : 1; variable485 SLocEntry() : Offset(), IsExpansion(), File() {} in SLocEntry()489 bool isExpansion() const { return IsExpansion; } in isExpansion()506 E.IsExpansion = false; in get()516 E.IsExpansion = true; in get()