Home
last modified time | relevance | path

Searched refs:DumpClangAST (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/lldb/include/lldb/Symbol/
DSymbolFile.h217 virtual void DumpClangAST(Stream &s) {} in DumpClangAST() function
/external/llvm-project/lldb/tools/lldb-test/
Dlldb-test.cpp172 static cl::opt<bool> DumpClangAST( variable
411 return opts::symbols::DumpClangAST ? eDescriptionLevelVerbose : eDescriptionLevelFull; in GetDescriptionLevel()
733 if (DumpClangAST) { in getAction()
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DSymbolFilePDB.h173 void DumpClangAST(lldb_private::Stream &s) override;
DSymbolFilePDB.cpp1441 void SymbolFilePDB::DumpClangAST(Stream &s) { in DumpClangAST() function in SymbolFilePDB
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DSymbolFileNativePDB.h162 void DumpClangAST(Stream &s) override;
DSymbolFileNativePDB.cpp1156 void SymbolFileNativePDB::DumpClangAST(Stream &s) { m_ast->Dump(s); } in DumpClangAST() function in SymbolFileNativePDB
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.h141 void DumpClangAST(lldb_private::Stream &s) override;
DSymbolFileDWARF.h294 void DumpClangAST(lldb_private::Stream &s) override;
DSymbolFileDWARFDebugMap.cpp1232 void SymbolFileDWARFDebugMap::DumpClangAST(Stream &s) { in DumpClangAST() function in SymbolFileDWARFDebugMap
1234 oso_dwarf->DumpClangAST(s); in DumpClangAST()
DSymbolFileDWARF.cpp3835 void SymbolFileDWARF::DumpClangAST(Stream &s) { in DumpClangAST() function in SymbolFileDWARF
/external/llvm-project/lldb/source/Commands/
DCommandObjectTarget.cpp2223 sf->DumpClangAST(result.GetOutputStream()); in DoExecute()
2249 sf->DumpClangAST(result.GetOutputStream()); in DoExecute()