Searched defs:MostRecent (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang/lib/Sema/ | ||
H A D | IdentifierResolver.cpp | 293 Decl *MostRecent = Existing->getMostRecentDecl(); in compareDeclarations() local |
H A D | SemaDecl.cpp | 4523 VarDecl *MostRecent = Old->getMostRecentDecl(); MergeVarDecl() local |
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterDecl.cpp | 2043 T *MostRecent = First->getMostRecentDecl(); VisitRedeclarable() local |
H A D | ASTReaderDecl.cpp | 4374 Decl *MostRecent = FirstLocal; loadPendingDeclChain() local |
/llvm-project/clang/lib/AST/ | ||
H A D | Decl.cpp | 1260 const NamedDecl *MostRecent = ND->getMostRecentDecl(); in getExplicitVisibilityAux() local |
/llvm-project/clang/include/clang/AST/ | ||
H A D | Decl.h | 5025 decl_type *MostRecent = First->getNextRedeclaration(); setPreviousDecl() local |