/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | Line.cpp | 14 LineInfo::LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement) { in LineInfo()
|
/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_powerpc64.cpp | 34 const intptr_t StartLine = ((intptr_t)Addr) & Mask; in clearCache() local
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | NamespaceCommentCheck.cpp | 96 unsigned StartLine = Sources.getSpellingLineNumber(ND->getBeginLoc()); in check() local
|
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | Line.h | 97 Line(int32_t CodeOffset, uint32_t StartLine, uint32_t EndLine, in Line()
|
/llvm-project/llvm/tools/llvm-cov/ |
H A D | CoverageExporterLcov.cpp | 59 auto StartLine = F.CountedRegions.front().LineStart; in renderFunctions() local
|
/llvm-project/clang-tools-extra/include-cleaner/lib/ |
H A D | HTMLReport.cpp | 442 auto StartLine = [&] { writeCode() local
|
/llvm-project/clang/unittests/ASTMatchers/Dynamic/ |
H A D | ParserTest.cpp | 138 bool matchesRange(SourceRange Range, unsigned StartLine, in matchesRange()
|
/llvm-project/clang/tools/libclang/ |
H A D | CIndexDiagnostic.cpp | 271 unsigned StartLine, StartColumn, EndLine, EndColumn; clang_formatDiagnostic() local
|
/llvm-project/llvm/include/llvm/DebugInfo/ |
H A D | DIContext.h | 47 uint32_t StartLine = 0; global() member
|
/llvm-project/clang/lib/AST/ |
H A D | CommentParser.cpp | 677 const unsigned StartLine = SourceMgr.getPresumedLineNumber( in parseHTMLStartTag() local
|
/llvm-project/llvm/unittests/ProfileData/ |
H A D | MemProfTest.cpp | 82 uint32_t StartLine; global() member
|
/llvm-project/llvm/unittests/Support/ |
H A D | ScopedPrinterTest.cpp | 1135 TEST_F(ScopedPrinterTest, StartLine) { in TEST_F() argument
|
/llvm-project/clang/test/SemaCXX/ |
H A D | source_location.cpp | 660 constexpr int StartLine = 42; variable
|
/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 1605 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 D | BugReporter.cpp | 3188 unsigned StartLine = SM.getExpansionLineNumber(Start); populateExecutedLinesWithFunctionSignature() local
|