22class UtTextDocumentRange;
49 std::vector<UtTextDocumentRange>& aLocations)
noexcept;
55 std::vector<UtTextDocumentRange>& aLocations)
noexcept;
61 std::vector<UtTextDocumentRange>& aLocations)
noexcept;
67 const std::string& aParentPlatName =
"Global Zones") noexcept;
#define VI_EXPORT
Definition ViExport.hpp:38
Definition WsfPM_Zone.hpp:57
Definition WsfPProxyNode.hpp:60
Definition WsfParseNode.hpp:61
Definition ProxyUtil.cpp:35
void FindBlockEndLocations(const std::vector< WsfPProxyIndexEntry > &aEntries, std::vector< UtTextDocumentRange > &aLocations) noexcept
Definition ProxyUtil.cpp:153
void FindBlockStartLocations(const std::vector< WsfPProxyIndexEntry > &aEntries, std::vector< UtTextDocumentRange > &aLocations) noexcept
Definition ProxyUtil.cpp:129
WsfPM_Zone FindZoneNodeByName(const std::string &aZoneName, const std::string &aParentPlatName) noexcept
Definition ProxyUtil.cpp:196
WsfParseNode * FindBlockEndNodeFromEntry(const WsfPProxyIndexEntry &aEntry) noexcept
Definition ProxyUtil.cpp:104
void FindBlockLocations(const std::vector< WsfPProxyIndexEntry > &aEntries, std::vector< UtTextDocumentRange > &aLocations) noexcept
Definition ProxyUtil.cpp:167
void InvalidateInput(const WsfPProxyNode &aProxyNode) noexcept
Definition ProxyUtil.cpp:218
WsfParseNode * FindBlockStartNodeFromEntry(const WsfPProxyIndexEntry &aEntry) noexcept
Definition ProxyUtil.cpp:51
Definition WsfPProxyIndex.hpp:31