Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaAvailability.cpp623 class LastDeclUSEFinder : public RecursiveASTVisitor<LastDeclUSEFinder> { class
635 LastDeclUSEFinder Visitor; in findLastStmtThatUsesDecl()
802 LastStmtOfUse = LastDeclUSEFinder::findLastStmtThatUsesDecl(D, Scope); in DiagnoseDeclAvailability()