HomeSort by: relevance | last modified time | path
    Searched refs:LastComponent (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/
ToolChain.cpp 214 size_t LastComponent = ProgName.rfind('-', SuffixPos);
215 if (LastComponent == std::string::npos)
217 std::string ModeSuffix = ProgName.substr(LastComponent + 1,
218 SuffixEnd - LastComponent - 1);
222 Prefix = Prefix.slice(0, LastComponent);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
MicrosoftDemangleNodes.h 534 Node *LastComponent = Components->Nodes[Components->Count - 1];
535 return static_cast<IdentifierNode *>(LastComponent);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
CoverageReport.cpp 161 auto LastComponent = Component;
163 PrefixLen += Component - LastComponent;
  /src/external/apache2/llvm/dist/llvm/lib/Support/
VirtualFileSystem.cpp 1613 StringRef LastComponent = sys::path::filename(Trimmed, path_style);
1619 LastComponent, std::move(ExternalContentsPath), UseExternalName);
1623 LastComponent, std::move(ExternalContentsPath), UseExternalName);
1627 LastComponent, std::move(EntryArrayContents),

Completed in 22 milliseconds