Home
last modified time | relevance | path

Searched refs:LastChecked (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp463 const Decl *LastChecked = CommentlessRedeclChains.lookup(CanonicalD); in getRawCommentForAnyRedecl() local
465 if (LastChecked) { in getRawCommentForAnyRedecl()
471 if (Redecl == LastChecked) in getRawCommentForAnyRedecl()
478 return CanUseCommentlessCache ? LastChecked : nullptr; in getRawCommentForAnyRedecl()