HomeSort by: relevance | last modified time | path
    Searched defs:isStatement (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeLineNumber.cpp 51 bool NativeLineNumber::isStatement() const { return Line.isStatement(); }
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
Line.h 36 LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement);
47 bool isStatement() const { return (LineData & StatementFlag) != 0; }
99 uint16_t StartColumn, uint16_t EndColumn, bool IsStatement)
100 : CodeOffset(CodeOffset), LineInf(StartLine, EndLine, IsStatement),
122 bool isStatement() const { return LineInf.isStatement(); }
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIALineNumber.cpp 72 bool DIALineNumber::isStatement() const {

Completed in 29 milliseconds