Home
last modified time | relevance | path

Searched defs:printName (Results 1 – 10 of 10) sorted by relevance

/llvm-project/llvm/lib/MC/
H A DMCSectionWasm.cpp24 static void printName(raw_ostream &OS, StringRef Name) { in printName() function
H A DMCSectionELF.cpp30 static void printName(raw_ostream &OS, StringRef Name) { in printName() function
/llvm-project/llvm/include/llvm/Object/
H A DSymbolicFile.h202 inline Error BasicSymbolRef::printName(raw_ostream &OS) const { in printName() function
/llvm-project/clang/lib/AST/
H A DDeclarationName.cpp466 void DeclarationNameInfo::printName(raw_ostream &OS, PrintingPolicy Policy) const { printName() function in DeclarationNameInfo
H A DDeclCXX.cpp3385 void DecompositionDecl::printName(llvm::raw_ostream &OS, printName() function in DecompositionDecl
3431 void MSGuidDecl::printName(llvm::raw_ostream &OS, printName() function in MSGuidDecl
3542 void UnnamedGlobalConstantDecl::printName(llvm::raw_ostream &OS, printName() function in UnnamedGlobalConstantDecl
H A DDecl.cpp1660 void NamedDecl::printName(raw_ostream &OS, const PrintingPolicy &Policy) const { in printName() function in NamedDecl
1664 void NamedDecl::printName(raw_ostream &OS) const { in printName() function in NamedDecl
4673 void FieldDecl::printName(raw_ostream &OS, const PrintingPolicy &Policy) const { printName() function in FieldDecl
4791 void TagDecl::printName(raw_ostream &OS, const PrintingPolicy &Policy) const { printName() function in TagDecl
[all...]
H A DDeclTemplate.cpp1639 void TemplateParamObjectDecl::printName(llvm::raw_ostream &OS, printName() function in TemplateParamObjectDecl
/llvm-project/clang-tools-extra/clangd/
H A DAST.cpp219 D.getNominatedNamespaceAsWritten()->printName(Out); in printName() function
/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp488 void MachineBasicBlock::printName(raw_ostream &os, unsigned printNameFlags, printName() function in MachineBasicBlock
/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp728 printSymbolList(SymbolicFile & Obj,std::vector<NMSymbol> & SymbolList,bool printName,StringRef ArchiveName,StringRef ArchitectureName) printSymbolList() argument