Searched refs:dumpName (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | TextNodeDumper.cpp | 661 void TextNodeDumper::dumpName(const NamedDecl *ND) { in dumpName() function in TextNodeDumper 1229 dumpName(Node->getPack()); in VisitSizeOfPackExpr() 1534 void TextNodeDumper::VisitLabelDecl(const LabelDecl *D) { dumpName(D); } in VisitLabelDecl() 1537 dumpName(D); in VisitTypedefDecl() 1550 dumpName(D); in VisitEnumDecl() 1559 dumpName(D); in VisitRecordDecl() 1567 dumpName(D); in VisitEnumConstantDecl() 1572 dumpName(D); in VisitIndirectFieldDecl() 1580 dumpName(D); in VisitFunctionDecl() 1661 dumpName(D); in VisitFieldDecl() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.cpp | 164 bool AppleAcceleratorTable::dumpName(ScopedPrinter &W, in dumpName() function in AppleAcceleratorTable 253 while (dumpName(W, AtomForms, &DataOffset)) in dump() 685 void DWARFDebugNames::NameIndex::dumpName(ScopedPrinter &W, in dumpName() function in DWARFDebugNames::NameIndex 751 dumpName(W, getNameTableEntry(Index), Hash); in dumpBucket() 771 dumpName(W, NTE, None); in dump()
|
| /netbsd-src/external/apache2/llvm/dist/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,
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | TextNodeDumper.h | 199 void dumpName(const NamedDecl *ND);
|