Home
last modified time | relevance | path

Searched refs:getEndLine (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DLine.h45 uint32_t getEndLine() const { return getStartLine() + getLineDelta(); } in getEndLine() function
116 uint32_t getEndLine() const { return LineInf.getEndLine(); } in getEndLine() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dintermediate.h580 const TSourceLoc& getEndLine() const { return endLine; } in getEndLine() function
DParseHelper.cpp1901 aggregate->setEndLine(functionBody->getAsAggregate()->getEndLine()); in addFunctionDefinition()