Searched refs:containerName (Results 1 – 10 of 10) sorted by relevance
7 # CHECK: "containerName": null,
11 # CHECK-NEXT: "containerName": "std",
15 # CHECK: "containerName": "{{.*}}",
20 # CHECK-NEXT: "containerName": "clang::clangd::remote",
722 {"containerName", P.containerName}, in toJSON()731 O << SI.containerName << "::" << SI.name << " - " << toJSON(SI); in operator <<()736 return LHS.name == RHS.name && LHS.containerName == RHS.containerName && in operator ==()749 if (!P.containerName.empty()) in toJSON()750 Result["containerName"] = P.containerName; in toJSON()763 if (!S.containerName.empty()) { in operator <<()764 O << S.containerName; in operator <<()
1071 std::string containerName; member1089 std::string containerName; member
156 Info.containerName = Scope.str(); in getWorkspaceSymbols()
1524 NewSymbol.containerName = std::string(SplitQName.first); in getSymbolInfo()1527 if (NewSymbol.containerName.empty()) { in getSymbolInfo()1530 NewSymbol.containerName = printQualifiedName(*ParentND); in getSymbolInfo()
912 SI.containerName = std::string(ParentName ? "" : *ParentName); in flattenSymbolHierarchy()
30 if (arg.containerName.empty())32 return (arg.containerName + "::" + arg.name) == Name;