Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp358 getSupportedDeclFromTypeLoc(NestedLoc.getTypeLoc())) { in VisitNestedNameSpecifierLocations()
391 if (const auto *TargetDecl = getSupportedDeclFromTypeLoc(Loc)) { in VisitTypeLoc()
404 isInUSRSet(getSupportedDeclFromTypeLoc(ParentTypeLoc))) in VisitTypeLoc()
470 const NamedDecl *getSupportedDeclFromTypeLoc(TypeLoc Loc) { in getSupportedDeclFromTypeLoc() function in clang::tooling::__anonc66865d10111::RenameLocFinder