Home | History | Annotate | Download | only in ubsan

Lines Matching defs:SLoc

87     SourceLocation SLoc = Loc.getSourceLocation();
88 if (!SLoc.isInvalid()) {
90 AI.file = internal_strdup(SLoc.getFilename());
91 AI.line = SLoc.getLine();
92 AI.column = SLoc.getColumn();
150 SourceLocation SLoc = Loc.getSourceLocation();
151 if (SLoc.isInvalid())
154 RenderSourceLocation(Buffer, SLoc.getFilename(), SLoc.getLine(),
155 SLoc.getColumn(), common_flags()->symbolize_vs_style,