Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclAttr.cpp8442 class LastDeclUSEFinder : public RecursiveASTVisitor<LastDeclUSEFinder> { class
8454 LastDeclUSEFinder Visitor; in findLastStmtThatUsesDecl()
8635 LastStmtOfUse = LastDeclUSEFinder::findLastStmtThatUsesDecl(D, Scope); in DiagnoseDeclAvailability()