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

Definitions

tools/clang/include/clang/AST/RecursiveASTVisitor.h
 2584 DEF_TRAVERSE_STMT(SourceLocExpr, {})
tools/clang/lib/AST/StmtProfile.cpp
 1930 void StmtProfiler::VisitSourceLocExpr(const SourceLocExpr *E) {
tools/clang/lib/Sema/TreeTransform.h
10319 ExprResult TreeTransform<Derived>::TransformSourceLocExpr(SourceLocExpr *E) {
tools/clang/lib/Serialization/ASTReaderStmt.cpp
 1048 void ASTStmtReader::VisitSourceLocExpr(SourceLocExpr *E) {