Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp434 auto LastCheckedRedecl = [this, CanonicalD]() -> const Decl * { in getRawCommentForAnyRedecl() local
444 if (LastCheckedRedecl) { in getRawCommentForAnyRedecl()
445 if (LastCheckedRedecl == Redecl) { in getRawCommentForAnyRedecl()
446 LastCheckedRedecl = nullptr; in getRawCommentForAnyRedecl()