Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-import-test/
H A Dclang-import-test.cpp114 const char *LineBegin = LocData - LocColumn; in PrintSourceForLocation() local
116 assert(LineBegin >= Buffer.getBufferStart()); in PrintSourceForLocation()
120 for (LineEnd = LineBegin; *LineEnd != '\n' && *LineEnd != '\r' && in PrintSourceForLocation()
125 llvm::StringRef LineString(LineBegin, LineEnd - LineBegin); in PrintSourceForLocation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCCodeView.cpp331 MCSymbol *LineBegin = Ctx.createTempSymbol("linetable_begin", false), in emitLineTableForFunction() local
335 OS.emitAbsoluteSymbolDiff(LineEnd, LineBegin, 4); in emitLineTableForFunction()
336 OS.emitLabel(LineBegin); in emitLineTableForFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/TableGen/
H A DProgRef.rst1497 LineBegin: beginning of line
1505 PreDefine: `LineBegin` (`WhiteSpaceOrCComment`)*
1508 PreIfdef: `LineBegin` (`WhiteSpaceOrCComment`)*
1511 PreElse: `LineBegin` (`WhiteSpaceOrCComment`)*
1513 PreEndif: `LineBegin` (`WhiteSpaceOrCComment`)*