Home
last modified time | relevance | path

Searched defs:StartLine (Results 1 – 15 of 15) sorted by relevance

/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DLine.cpp14 LineInfo::LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement) { in LineInfo()
/llvm-project/compiler-rt/lib/xray/
H A Dxray_powerpc64.cpp34 const intptr_t StartLine = ((intptr_t)Addr) & Mask; in clearCache() local
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DNamespaceCommentCheck.cpp96 unsigned StartLine = Sources.getSpellingLineNumber(ND->getBeginLoc()); in check() local
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h97 Line(int32_t CodeOffset, uint32_t StartLine, uint32_t EndLine, in Line()
/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterLcov.cpp59 auto StartLine = F.CountedRegions.front().LineStart; in renderFunctions() local
/llvm-project/clang-tools-extra/include-cleaner/lib/
H A DHTMLReport.cpp442 auto StartLine = [&] { writeCode() local
/llvm-project/clang/unittests/ASTMatchers/Dynamic/
H A DParserTest.cpp138 bool matchesRange(SourceRange Range, unsigned StartLine, in matchesRange()
/llvm-project/clang/tools/libclang/
H A DCIndexDiagnostic.cpp271 unsigned StartLine, StartColumn, EndLine, EndColumn; clang_formatDiagnostic() local
/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h47 uint32_t StartLine = 0; global() member
/llvm-project/clang/lib/AST/
H A DCommentParser.cpp677 const unsigned StartLine = SourceMgr.getPresumedLineNumber( in parseHTMLStartTag() local
/llvm-project/llvm/unittests/ProfileData/
H A DMemProfTest.cpp82 uint32_t StartLine; global() member
/llvm-project/llvm/unittests/Support/
H A DScopedPrinterTest.cpp1135 TEST_F(ScopedPrinterTest, StartLine) { in TEST_F() argument
/llvm-project/clang/test/SemaCXX/
H A Dsource_location.cpp660 constexpr int StartLine = 42; variable
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1605 std::string &FunctionName, std::string &StartFile, uint32_t &StartLine, in getFunctionNameAndStartLineForAddress() argument
1776 uint32_t StartLine = 0; in getLineInfoForAddressRange() local
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3188 unsigned StartLine = SM.getExpansionLineNumber(Start); populateExecutedLinesWithFunctionSignature() local