Home
last modified time | relevance | path

Searched refs:dumpName (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTextNodeDumper.cpp661 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 DDWARFAcceleratorTable.cpp164 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 DDWARFAcceleratorTable.h111 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 DTextNodeDumper.h199 void dumpName(const NamedDecl *ND);