Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DGenerators.cpp85 I->Children.emplace_back(Info->USR, Info->extractName(), Info->IT, in addInfoToIndex()
94 It->Name = Info->extractName(); in addInfoToIndex()
H A DRepresentation.cpp153 return calculateRelativeFilePath(IT, Path, extractName(), CurrentPath); in getRelativeFilePath()
160 return extractName(); in getFileBaseName()
264 llvm::SmallString<16> Info::extractName() const { in extractName() function in clang::doc::Info
H A DRepresentation.h269 llvm::SmallString<16> extractName() const;
H A DHTMLGenerator.cpp568 Idx.Children.emplace_back(C.extractName(), in genInfoIndexItem()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfReader.cpp775 static StringRef extractName(StringRef Name) { in extractName() function in llvm::InstrProfReaderItaniumRemapper
804 StringRef RealName = extractName(Name); in populateRemappings()
817 StringRef RealName = extractName(FuncName); in getRecords()