Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DDebugLoc.cpp21 unsigned DebugLoc::getCol() const { return DILocation(Loc).getColumnNumber(); } in getCol() function in DebugLoc
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp208 int getCol() const { return Loc.Col; } in getCol() function in __anonbaccfa370211::ExprAST