Lines Matching defs:SLoc
85 SourceLocation SLoc = Loc.getSourceLocation();
86 if (!SLoc.isInvalid()) {
88 AI.file = internal_strdup(SLoc.getFilename());
89 AI.line = SLoc.getLine();
90 AI.column = SLoc.getColumn();
148 SourceLocation SLoc = Loc.getSourceLocation();
149 if (SLoc.isInvalid())
153 Buffer, SLoc.getFilename(), SLoc.getLine(), SLoc.getColumn(),