Home
last modified time | relevance | path

Searched refs:LK_Source (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_diag.h56 enum LocationKind { LK_Null, LK_Source, LK_Memory, LK_Symbolized }; enumerator
68 Kind(LK_Source), SourceLoc(Loc) {} in Location()
77 bool isSourceLocation() const { return Kind == LK_Source; } in isSourceLocation()
H A Dubsan_diag.cpp147 case Location::LK_Source: { in RenderLocation()