Lines Matching refs:SLoc
75 SourceLocation SLoc = Loc.getSourceLocation();
76 if (!SLoc.isInvalid()) {
78 AI.file = internal_strdup(SLoc.getFilename());
79 AI.line = SLoc.getLine();
80 AI.column = SLoc.getColumn();
140 SourceLocation SLoc = Loc.getSourceLocation();
141 if (SLoc.isInvalid())
144 RenderSourceLocation(Buffer, SLoc.getFilename(), SLoc.getLine(),
145 SLoc.getColumn(), common_flags()->symbolize_vs_style,