Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Tooling/Refactoring/Rename/
DUSRLocFinder.cpp339 getSupportedDeclFromTypeLoc(NestedLoc.getTypeLoc())) { in VisitNestedNameSpecifierLocations()
372 if (const auto *TargetDecl = getSupportedDeclFromTypeLoc(Loc)) { in VisitTypeLoc()
385 isInUSRSet(getSupportedDeclFromTypeLoc(ParentTypeLoc))) in VisitTypeLoc()
451 const NamedDecl *getSupportedDeclFromTypeLoc(TypeLoc Loc) { in getSupportedDeclFromTypeLoc() function in clang::tooling::__anon8969e8ef0111::RenameLocFinder