Searched defs:LineRef (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/llvm/tools/llvm-cov/
H A DSourceCoverageView.h171 struct LineRef { struct in class:llvm::SourceCoverageView
175 LineRef(StringRef Line, int64_t LineNo) : Line(Line), LineNo(LineNo) {} function in struct:llvm::SourceCoverageView::LineRef
/openbsd-current/gnu/llvm/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp158 static bool parseCrossTUIndexItem(StringRef LineRef, StringRef &LookupName, argument
[all...]

Completed in 66 milliseconds