Home
last modified time | relevance | path

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

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