Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractFunction.cpp500 struct DeclInformation { struct
508 DeclInformation(const Decl *TheDecl, ZoneRelative DeclaredIn, in DeclInformation() argument
515 llvm::DenseMap<const Decl *, DeclInformation> DeclInfoMap;
523 DeclInformation *createDeclInfo(const Decl *D, ZoneRelative RelativeLoc);
524 DeclInformation *getDeclInfoFor(const Decl *D);
527 CapturedZoneInfo::DeclInformation *
531 {D, DeclInformation(D, RelativeLoc, DeclInfoMap.size())}); in createDeclInfo()
536 CapturedZoneInfo::DeclInformation *
545 void CapturedZoneInfo::DeclInformation::markOccurence( in markOccurence()