Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractFunction.cpp523 DeclInformation *createDeclInfo(const Decl *D, ZoneRelative RelativeLoc);
528 CapturedZoneInfo::createDeclInfo(const Decl *D, ZoneRelative RelativeLoc) { in createDeclInfo() function in clang::clangd::__anonb5a792ef0111::CapturedZoneInfo
607 Info.createDeclInfo(D, CurrentLocation); in captureZoneInfo()
617 DeclInfo = Info.createDeclInfo(D, ZoneRelative::OutsideFunc); in captureZoneInfo()