Home
last modified time | relevance | path

Searched defs:isStatement (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDLine.h47 bool isStatement() const { return (LineData & StatementFlag) != 0; } in isStatement() function
122 bool isStatement() const { return LineInf.isStatement(); } in isStatement() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
HDDIALineNumber.cpp72 bool DIALineNumber::isStatement() const { in isStatement() function in DIALineNumber