HomeSort by relevance Sort by last modified time
    Searched defs:SourceLoc (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/ubsan/
ubsan_diag.h 62 SourceLocation SourceLoc;
69 Kind(LK_Source), SourceLoc(Loc) {}
84 return SourceLoc;
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 274 Entry() : SourceLoc(), Name(), IsDynInit(false), IsBlacklisted(false) {}
275 LocationMetadata SourceLoc;
303 E.SourceLoc.parse(Loc);
    [all...]

Completed in 157 milliseconds