Searched defs:MostRecent (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Sema/
H A DIdentifierResolver.cpp306 Decl *MostRecent = Existing->getMostRecentDecl(); local
307 if (Existing == MostRecent)
310 if (New == MostRecent)
/external/clang/lib/AST/
H A DDecl.cpp952 const NamedDecl *MostRecent = cast<NamedDecl>(this->getMostRecentDecl()); local
953 if (MostRecent != this)
954 return MostRecent->getExplicitVisibility(kind);
/external/clang/lib/Serialization/
H A DASTWriter.cpp3246 Decl *MostRecent = First->getMostRecentDecl(); local
3250 if (First == MostRecent)
3258 for (Decl *Prev = MostRecent; Prev != First;
3267 Decl *FirstFromAST = MostRecent;
3268 for (Decl *Prev = MostRecent; Prev; Prev = Prev->getPreviousDecl()) {

Completed in 281 milliseconds