Searched refs:dumpName (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | TextNodeDumper.cpp | 1616 dumpName(D); in VisitTypedefDecl() 1629 dumpName(D); in VisitEnumDecl() 1638 dumpName(D); in VisitRecordDecl() 1646 dumpName(D); in VisitEnumConstantDecl() 1651 dumpName(D); in VisitIndirectFieldDecl() 1659 dumpName(D); in VisitFunctionDecl() 1746 dumpName(D); in VisitFieldDecl() 1755 dumpName(D); in VisitVarDecl() 1808 dumpName(D); in VisitBindingDecl() 1864 dumpName(D); in VisitOMPDeclareReductionDecl() [all …]
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.cpp | 163 bool AppleAcceleratorTable::dumpName(ScopedPrinter &W, in dumpName() function in AppleAcceleratorTable 252 while (dumpName(W, AtomForms, &DataOffset)) in dump() 684 void DWARFDebugNames::NameIndex::dumpName(ScopedPrinter &W, in dumpName() function in DWARFDebugNames::NameIndex 750 dumpName(W, getNameTableEntry(Index), Hash); in dumpBucket() 770 dumpName(W, NTE, None); in dump()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.h | 111 bool dumpName(ScopedPrinter &W, SmallVectorImpl<DWARFFormValue> &AtomForms, 408 void dumpName(ScopedPrinter &W, const NameTableEntry &NTE,
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | TextNodeDumper.h | 202 void dumpName(const NamedDecl *ND);
|