Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DLine.cpp14 LineInfo::LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement) { in LineInfo()
/llvm-project-15.0.7/clang/unittests/Frontend/
H A DParsedSourceLocationTest.cpp19 unsigned BeginColumn, unsigned EndLine, unsigned EndColumn) { in TEST()
/llvm-project-15.0.7/clang/unittests/AST/
H A DMatchVerifier.h228 unsigned EndLine, unsigned EndColumn) { in expectRange()
243 unsigned EndLine = Result.SourceManager->getSpellingLineNumber(End); in verify() local
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h81 unsigned EndLine, EndColumn; in fromString() local
/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_powerpc64.cpp35 const intptr_t EndLine = ((intptr_t)Addr + Len + LineSize - 1) & Mask; in clearCache() local
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DNamespaceCommentCheck.cpp95 unsigned EndLine = Sources.getSpellingLineNumber(ND->getRBraceLoc()); in check() local
H A DBracesAroundStatementsCheck.cpp239 unsigned EndLine = SM.getSpellingLineNumber(EndLoc); in checkStmt() local
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h97 Line(int32_t CodeOffset, uint32_t StartLine, uint32_t EndLine, in Line()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Ddump-parse-tree.h862 void EndLine() { in EndLine() function
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp328 unsigned EndLine, uint32_t Ident, int Version) in GCOVFunction()
433 unsigned EndLine; member in __anon434f465a0311::GCOVFunction
594 static bool functionHasLines(const Function &F, unsigned &EndLine) { in functionHasLines()
792 unsigned EndLine; in emitProfileNotes() local
/llvm-project-15.0.7/clang/lib/Format/
H A DNamespaceEndCommentsFixer.cpp308 const AnnotatedLine *EndLine = AnnotatedLines[I]; in analyze() local
/llvm-project-15.0.7/clang/lib/AST/
H A DCommentParser.cpp514 const unsigned EndLine = SourceMgr.getPresumedLineNumber( in parseHTMLStartTag() local
/llvm-project-15.0.7/clang/unittests/ASTMatchers/Dynamic/
H A DParserTest.cpp140 unsigned EndLine, unsigned StartColumn, unsigned EndColumn) { in matchesRange()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndexDiagnostic.cpp271 unsigned StartLine, StartColumn, EndLine, EndColumn; in clang_formatDiagnostic() local
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3144 unsigned EndLine = SM.getExpansionLineNumber(End); in populateExecutedLinesWithFunctionSignature() local