reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/DebugInfo/CodeView/Line.h
  122   bool isStatement() const { return LineInf.isStatement(); }
lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
  609       SLE.IsStatement = LI.isStatement();
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
 1036   bool is_statement = cur_info.isStatement();
tools/llvm-pdbutil/DumpOutputStyle.cpp
  930       char Statement = Line.isStatement() ? ' ' : '!';
tools/llvm-readobj/COFFDumper.cpp
 1149         W.printBoolean("IsStatement", LI.isStatement());