Searched defs:LineStart (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/gnu/llvm/llvm/tools/llvm-rc/
H A DResourceScriptCppFilter.cpp46 size_t LineStart = Pos; local
/openbsd-current/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.cpp76 uint32_t LineStart = Line->getLineNumber(); local
/openbsd-current/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h64 uint32_t LineStart; member in struct:llvm::CodeViewYAML::SourceLineEntry
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DSourceMgr.cpp292 const char *LineStart = Loc.getPointer(); local
395 const char *LineStart = SourceLine.begin(); local
[all...]
/openbsd-current/gnu/llvm/clang/tools/clang-refactor/
H A DTestSupport.cpp290 size_t LineStart = Source.find_last_of("\r\n", /*From=*/Offset + LineOffset); local
/openbsd-current/gnu/llvm/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp237 unsigned LineStart = 0; local
/openbsd-current/gnu/llvm/clang/lib/Format/
H A DFormatTokenLexer.cpp889 StringRef LineStart; local
[all...]
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp901 const char *LineStart = TokInstantiationPtr-ColNo; local
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp734 const char *LineStart = MemBuf->getBufferStart(); local
[all...]
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp166 unsigned LineStart; member in struct:__anon545::SpellingRegion
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h243 unsigned LineStart, ColumnStart, LineEnd, ColumnEnd; member in struct:llvm::coverage::CounterMappingRegion
263 makeRegion(Counter Count, unsigned FileID, unsigned LineStart, argument
270 makeExpansion(unsigned FileID, unsigned ExpandedFileID, unsigned LineStart, argument
246 CounterMappingRegion(Counter Count, unsigned FileID, unsigned ExpandedFileID, unsigned LineStart, unsigned ColumnStart, unsigned LineEnd, unsigned ColumnEnd, RegionKind Kind) argument
253 CounterMappingRegion(Counter Count, Counter FalseCount, unsigned FileID, unsigned ExpandedFileID, unsigned LineStart, unsigned ColumnStart, unsigned LineEnd, unsigned ColumnEnd, RegionKind Kind) argument
278 makeSkipped(unsigned FileID, unsigned LineStart, unsigned ColumnStart, unsigned LineEnd, unsigned ColumnEnd) argument
285 makeGapRegion(Counter Count, unsigned FileID, unsigned LineStart, unsigned ColumnStart, unsigned LineEnd, unsigned ColumnEnd) argument
292 makeBranchRegion(Counter Count, Counter FalseCount, unsigned FileID, unsigned LineStart, unsigned ColumnStart, unsigned LineEnd, unsigned ColumnEnd) argument
[all...]
/openbsd-current/gnu/llvm/clang/lib/Basic/
H A DSourceManager.cpp1208 unsigned LineStart = SourceLineCache[LastLineNoResult - 1]; local
1223 unsigned LineStart = FilePos; local
[all...]

Completed in 117 milliseconds