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

References

tools/clang/include/clang/AST/DeclObjC.h
 1540       getMostRecentDecl();
 2203       getMostRecentDecl();
tools/clang/lib/AST/ASTContext.cpp
10104   FD = FD->getMostRecentDecl();
tools/clang/lib/AST/Decl.cpp
 3231   for (const FunctionDecl *FD = getMostRecentDecl(); FD;
tools/clang/lib/AST/DeclObjC.cpp
  319   for (const ObjCInterfaceDecl *decl = getMostRecentDecl(); decl;
tools/clang/lib/AST/DeclTemplate.cpp
  224   CommonBase *CommonBasePtr = getMostRecentDecl()->getCommonPtr();
tools/clang/lib/Analysis/ThreadSafetyCommon.cpp
  380       FD = FD->getMostRecentDecl();
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
10672   FD = FD->getMostRecentDecl();
tools/clang/lib/CodeGen/CodeGenModule.cpp
 1055                                       ->getMostRecentDecl();
 1664   FD = FD ? FD->getMostRecentDecl() : FD;
 3244       for (const auto *FD = cast<FunctionDecl>(D)->getMostRecentDecl(); FD;
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
  333     VD = VD->getMostRecentDecl();
tools/clang/lib/Sema/Sema.cpp
  600     DeclToCheck = FD->getMostRecentDecl();
  630     DeclToCheck = VD->getMostRecentDecl();
tools/clang/lib/Sema/SemaExprCXX.cpp
  605   if (const auto *Uuid = TD->getMostRecentDecl()->getAttr<UuidAttr>()) {
tools/clang/lib/Sema/SemaOpenMP.cpp
 2088             CallerCallees.getFirst()->getMostRecentDecl());
 2099       const FunctionDecl *FD = Callee.first->getMostRecentDecl();