Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp735 class LastDeclUSEFinder : public RecursiveASTVisitor<LastDeclUSEFinder> { class
747 LastDeclUSEFinder Visitor; in findLastStmtThatUsesDecl()
922 LastStmtOfUse = LastDeclUSEFinder::findLastStmtThatUsesDecl(D, Scope); in DiagnoseDeclAvailability()