Home
last modified time | relevance | path

Searched defs:EndLine (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/clang/unittests/Frontend/
H A DParsedSourceLocationTest.cpp20 unsigned BeginColumn, unsigned EndLine, unsigned EndColumn) { in TEST()
/llvm-project/clang/unittests/AST/
H A DMatchVerifier.h232 expectRange(unsigned BeginLine,unsigned BeginColumn,unsigned EndLine,unsigned EndColumn) expectRange() argument
247 unsigned EndLine = Result.SourceManager->getSpellingLineNumber(End); verify() local
/llvm-project/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h82 unsigned EndLine, EndColumn; in fromString() local
/llvm-project/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/clang-tools-extra/clang-tidy/readability/
H A DNamespaceCommentCheck.cpp97 unsigned EndLine = Sources.getSpellingLineNumber(ND->getRBraceLoc()); 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/flang/include/flang/Parser/
H A Ddump-parse-tree.h914 void EndLine() { EndLine() function
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp329 GCOVFunction(GCOVProfiler * P,Function * F,const DISubprogram * SP,unsigned EndLine,uint32_t Ident,int Version) GCOVFunction() argument
434 unsigned EndLine; global() member in __anon674c465d0311::GCOVFunction
595 functionHasLines(const Function & F,unsigned & EndLine) functionHasLines() argument
796 unsigned EndLine; emitProfileNotes() local
[all...]
/llvm-project/clang/lib/Format/
H A DNamespaceEndCommentsFixer.cpp308 const AnnotatedLine *EndLine = AnnotatedLines[I]; in analyze() local
/llvm-project/clang-tools-extra/include-cleaner/lib/
H A DHTMLReport.cpp449 auto EndLine = [&] { writeCode() local
/llvm-project/clang/unittests/ASTMatchers/Dynamic/
H A DParserTest.cpp139 unsigned EndLine, unsigned StartColumn, unsigned EndColumn) { in matchesRange()
/llvm-project/clang/tools/libclang/
H A DCIndexDiagnostic.cpp271 unsigned StartLine, StartColumn, EndLine, EndColumn; clang_formatDiagnostic() local
/llvm-project/clang/lib/AST/
H A DCommentParser.cpp681 const unsigned EndLine = SourceMgr.getPresumedLineNumber( in parseHTMLStartTag() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3189 unsigned EndLine = SM.getExpansionLineNumber(End); populateExecutedLinesWithFunctionSignature() local