Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp357 getSupportedDeclFromTypeLoc(NestedLoc.getTypeLoc())) { in VisitNestedNameSpecifierLocations()
390 if (const auto *TargetDecl = getSupportedDeclFromTypeLoc(Loc)) { in VisitTypeLoc()
403 isInUSRSet(getSupportedDeclFromTypeLoc(ParentTypeLoc))) in VisitTypeLoc()
469 const NamedDecl *getSupportedDeclFromTypeLoc(TypeLoc Loc) { in getSupportedDeclFromTypeLoc() function in clang::tooling::__anon5a9c4dff0111::RenameLocFinder