Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp833 const Stmt *LastStmtOfUse = nullptr; in DiagnoseDeclAvailability() local
837 LastStmtOfUse = LastDeclUSEFinder::findLastStmtThatUsesDecl(D, Scope); in DiagnoseDeclAvailability()
848 (LastStmtOfUse ? LastStmtOfUse : StmtOfUse)->getEndLoc()) in DiagnoseDeclAvailability()