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

References

tools/clang/lib/AST/ASTImporter.cpp
 6265   if (E->getDecl() != E->getFoundDecl()) {
 6266     auto FoundDOrErr = import(E->getFoundDecl());
tools/clang/lib/Sema/ScopeInfo.cpp
  236       Callback(cast<VarDecl>(DRE->getFoundDecl()), E);
tools/clang/lib/Sema/SemaExpr.cpp
 3884       if (ParmVarDecl *PVD = dyn_cast<ParmVarDecl>(DeclRef->getFoundDecl())) {
16396         DRE->getFoundDecl(), CopiedTemplateArgs(DRE), NOUR);
tools/clang/lib/Sema/SemaExprCXX.cpp
 7681       return DRE->getFoundDecl();
tools/clang/lib/Sema/SemaTemplate.cpp
  584     Found = DRE->getFoundDecl();
tools/clang/lib/Sema/TreeTransform.h
 9274   if (E->getFoundDecl() != E->getDecl()) {
 9276         getDerived().TransformDecl(E->getLocation(), E->getFoundDecl()));
 9291       Found == E->getFoundDecl() &&
 9817         E->getOperatorLoc(), Callee->getFoundDecl()));
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  483   Record.push_back(E->getDecl() != E->getFoundDecl());
  497       (E->getDecl() == E->getFoundDecl()) &&
  506   if (E->getDecl() != E->getFoundDecl())
  507     Record.AddDeclRef(E->getFoundDecl());