Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCCodeView.cpp332 MCSymbol *LineBegin = Ctx.createTempSymbol("linetable_begin", false), in emitLineTableForFunction() local
336 OS.emitAbsoluteSymbolDiff(LineEnd, LineBegin, 4); in emitLineTableForFunction()
337 OS.emitLabel(LineBegin); in emitLineTableForFunction()
/openbsd-src/gnu/llvm/llvm/docs/TableGen/
H A DProgRef.rst1500 LineBegin: beginning of line
1508 PreDefine: `LineBegin` (`WhiteSpaceOrCComment`)*
1511 PreIfdef: `LineBegin` (`WhiteSpaceOrCComment`)*
1514 PreElse: `LineBegin` (`WhiteSpaceOrCComment`)*
1516 PreEndif: `LineBegin` (`WhiteSpaceOrCComment`)*