Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DLoopConvertUtils.cpp849 StringRef ContainerName; in createIndexName() local
851 ContainerName = TheContainer->getName(); in createIndexName()
853 size_t Len = ContainerName.size(); in createIndexName()
854 if (Len > 1 && ContainerName.endswith(Style == NS_UpperCase ? "S" : "s")) { in createIndexName()
855 IteratorName = std::string(ContainerName.substr(0, Len - 1)); in createIndexName()
861 if (Len > 2 && ContainerName.endswith(Style == NS_UpperCase ? "S_" : "s_")) { in createIndexName()
862 IteratorName = std::string(ContainerName.substr(0, Len - 2)); in createIndexName()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DGCDAntipatternChecker.cpp81 std::string ContainerName = CD->getNameAsString(); in isTest() local
82 StringRef CN(ContainerName); in isTest()
/external/llvm-project/llvm/tools/dsymutil/
DDwarfLinkerForBinary.cpp336 [&DebugMap, &RL, this](StringRef ContainerName, in link()
345 StringRef ObjFile = ContainerName; in link()
/external/llvm-project/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp795 std::string ContainerName = in linkAndVerify() local
797 StubMap[ContainerName][SymbolName] = {SectionID, StubOffset}; in linkAndVerify()
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinker.h225 typedef std::function<ErrorOr<DWARFFile &>(StringRef ContainerName,
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/protocol/
Dtsprotocol.go3596 ContainerName string `json:"containerName,omitempty"` member
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go3596 ContainerName string `json:"containerName,omitempty"` member
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go3596 ContainerName string `json:"containerName,omitempty"` member