Home
last modified time | relevance | path

Searched refs:DumpRecordLayout (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
DDumpAST.cpp134 class DumpRecordLayout : public Tweak { class
148 Inputs.AST->getASTContext().DumpRecordLayout(Record, OS); in apply()
166 REGISTER_TWEAK(DumpRecordLayout)
/external/llvm-project/clang-tools-extra/clangd/unittests/tweaks/
DDumpRecordLayoutTests.cpp22 TWEAK_TEST(DumpRecordLayout);
/external/clang/lib/AST/
DRecordLayoutBuilder.cpp3004 DumpRecordLayout(D, llvm::outs(), getLangOpts().DumpRecordLayoutsSimple); in getASTRecordLayout()
3152 static void DumpRecordLayout(raw_ostream &OS, const RecordDecl *RD, in DumpRecordLayout() function
3206 DumpRecordLayout(OS, Base, C, BaseOffset, IndentLevel, in DumpRecordLayout()
3230 DumpRecordLayout(OS, RT->getDecl(), C, FieldOffset, IndentLevel, in DumpRecordLayout()
3264 DumpRecordLayout(OS, VBase, C, VBaseOffset, IndentLevel, in DumpRecordLayout()
3289 void ASTContext::DumpRecordLayout(const RecordDecl *RD, in DumpRecordLayout() function in ASTContext
3293 ::DumpRecordLayout(OS, RD, *this, CharUnits(), 0, nullptr, in DumpRecordLayout()
/external/llvm-project/clang/lib/AST/
DRecordLayoutBuilder.cpp3259 DumpRecordLayout(D, llvm::outs(), getLangOpts().DumpRecordLayoutsSimple); in getASTRecordLayout()
3441 static void DumpRecordLayout(raw_ostream &OS, const RecordDecl *RD, in DumpRecordLayout() function
3495 DumpRecordLayout(OS, Base, C, BaseOffset, IndentLevel, in DumpRecordLayout()
3519 DumpRecordLayout(OS, RT->getDecl(), C, FieldOffset, IndentLevel, in DumpRecordLayout()
3553 DumpRecordLayout(OS, VBase, C, VBaseOffset, IndentLevel, in DumpRecordLayout()
3583 void ASTContext::DumpRecordLayout(const RecordDecl *RD, raw_ostream &OS, in DumpRecordLayout() function in ASTContext
3586 ::DumpRecordLayout(OS, RD, *this, CharUnits(), 0, nullptr, in DumpRecordLayout()
/external/clang/include/clang/AST/
DASTContext.h1895 void DumpRecordLayout(const RecordDecl *RD, raw_ostream &OS,
/external/llvm-project/clang/include/clang/AST/
DASTContext.h2253 void DumpRecordLayout(const RecordDecl *RD, raw_ostream &OS,