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

References

tools/clang/include/clang/AST/Expr.h
 1083     return SourceExpr ? SourceExpr->getBeginLoc() : getLocation();
 1086     return SourceExpr ? SourceExpr->getEndLoc() : getLocation();
 1089     return SourceExpr ? SourceExpr->getExprLoc() : getLocation();
tools/clang/lib/AST/ASTImporter.cpp
 6663       E->getLocation(), E->getType(), E->getSourceExpr());
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1859   Record.AddSourceLocation(E->getLocation());