Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DTextNodeDumper.cpp704 void TextNodeDumper::dumpName(const NamedDecl *ND) { in dumpName() function in TextNodeDumper
1290 dumpName(Node->getPack()); in VisitSizeOfPackExpr()
1633 void TextNodeDumper::VisitLabelDecl(const LabelDecl *D) { dumpName(D); } in VisitLabelDecl()
1636 dumpName(D); in VisitTypedefDecl()
1649 dumpName(D); in VisitEnumDecl()
1658 dumpName(D); in VisitRecordDecl()
1666 dumpName(D); in VisitEnumConstantDecl()
1671 dumpName(D); in VisitIndirectFieldDecl()
1679 dumpName(D); in VisitFunctionDecl()
1766 dumpName(D); in VisitFieldDecl()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp163 bool AppleAcceleratorTable::dumpName(ScopedPrinter &W, in dumpName() function in AppleAcceleratorTable
252 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, std::nullopt); in dump()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h112 bool dumpName(ScopedPrinter &W, SmallVectorImpl<DWARFFormValue> &AtomForms,
409 void dumpName(ScopedPrinter &W, const NameTableEntry &NTE,
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTextNodeDumper.h202 void dumpName(const NamedDecl *ND);