Searched defs:getCol (Results 1 – 2 of 2) sorted by relevance
59 unsigned DebugLoc::getCol() const { in getCol() function in DebugLoc
257 uint32_t getCol() const { return LineCol & 0x3ff; } in getCol() function