Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAvailability.cpp619 class LastDeclUSEFinder : public RecursiveASTVisitor<LastDeclUSEFinder> { class
631 LastDeclUSEFinder Visitor; in findLastStmtThatUsesDecl()
812 LastStmtOfUse = LastDeclUSEFinder::findLastStmtThatUsesDecl(D, Scope); in DiagnoseDeclAvailability()