reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/Expr.cpp
 2200     return MakeStringLiteral(PLoc.getFilename());
 2211     IntVal = getIdentKind() == SourceLocExpr::Line ? PLoc.getLine()
 2212                                                    : PLoc.getColumn();