MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / VisitDeclRefExpr

Method VisitDeclRefExpr

CodeGenerator.cpp:902–907  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

900 BindingDeclFinder() = default;
901
902 void VisitDeclRefExpr(const DeclRefExpr* expr)
903 {
904 if(isa<DecompositionDecl>(expr->getDecl())) {
905 mIsBinding = true;
906 }
907 }
908
909 void VisitStmt(const Stmt* stmt)
910 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected