Searched refs:dumpName (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | TextNodeDumper.cpp | 851 void TextNodeDumper::dumpName(const NamedDecl *ND) { in dumpName() function in TextNodeDumper 1650 dumpName(Node->getPack()); in VisitSizeOfPackExpr() 2056 void TextNodeDumper::VisitLabelDecl(const LabelDecl *D) { dumpName(D); } in VisitLabelDecl() 2059 dumpName(D); in VisitTypedefDecl() 2072 dumpName(D); in VisitEnumDecl() 2081 dumpName(D); in VisitRecordDecl() 2089 dumpName(D); in VisitEnumConstantDecl() 2094 dumpName(D); in VisitIndirectFieldDecl() 2102 dumpName(D); in VisitFunctionDecl() 2210 dumpName(D); in VisitFieldDecl() [all …]
|
| /src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.cpp | 175 bool AppleAcceleratorTable::dumpName(ScopedPrinter &W, in dumpName() function in AppleAcceleratorTable 264 while (dumpName(W, AtomForms, &DataOffset)) in dump() 843 void DWARFDebugNames::NameIndex::dumpName(ScopedPrinter &W, in dumpName() function in DWARFDebugNames::NameIndex 915 dumpName(W, getNameTableEntry(Index), Hash); in dumpBucket() 935 dumpName(W, NTE, std::nullopt); in dump()
|
| /src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.h | 131 bool dumpName(ScopedPrinter &W, SmallVectorImpl<DWARFFormValue> &AtomForms, 613 void dumpName(ScopedPrinter &W, const NameTableEntry &NTE,
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TextNodeDumper.h | 210 void dumpName(const NamedDecl *ND);
|