Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/
DUSRFindingAction.h38 const NamedDecl *getCanonicalSymbolDeclaration(const NamedDecl *FoundDecl);
/external/llvm-project/clang/lib/Tooling/Refactoring/Rename/
DUSRFindingAction.cpp41 const NamedDecl *getCanonicalSymbolDeclaration(const NamedDecl *FoundDecl) { in getCanonicalSymbolDeclaration() function
282 FoundDecl = getCanonicalSymbolDeclaration(FoundDecl); in FindSymbol()
DRenamingAction.cpp73 return RenameOccurrences(getCanonicalSymbolDeclaration(ND), in initiate()