/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/clang/unittests/Frontend/ |
H A D | ParsedSourceLocationTest.cpp | 20 unsigned BeginColumn, unsigned EndLine, unsigned EndColumn) { in TEST()
|
/llvm-project/clang/unittests/AST/ |
H A D | MatchVerifier.h | 232 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 D | CommandLineSourceLoc.h | 82 unsigned EndLine, EndColumn; in fromString() local
|
/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_powerpc64.cpp | 35 const intptr_t EndLine = ((intptr_t)Addr + Len + LineSize - 1) & Mask; in clearCache() local
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | NamespaceCommentCheck.cpp | 97 unsigned EndLine = Sources.getSpellingLineNumber(ND->getRBraceLoc()); 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/flang/include/flang/Parser/ |
H A D | dump-parse-tree.h | 914 void EndLine() { EndLine() function
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 329 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 D | NamespaceEndCommentsFixer.cpp | 308 const AnnotatedLine *EndLine = AnnotatedLines[I]; in analyze() local
|
/llvm-project/clang-tools-extra/include-cleaner/lib/ |
H A D | HTMLReport.cpp | 449 auto EndLine = [&] { writeCode() local
|
/llvm-project/clang/unittests/ASTMatchers/Dynamic/ |
H A D | ParserTest.cpp | 139 unsigned EndLine, unsigned StartColumn, unsigned EndColumn) { in matchesRange()
|
/llvm-project/clang/tools/libclang/ |
H A D | CIndexDiagnostic.cpp | 271 unsigned StartLine, StartColumn, EndLine, EndColumn; clang_formatDiagnostic() local
|
/llvm-project/clang/lib/AST/ |
H A D | CommentParser.cpp | 681 const unsigned EndLine = SourceMgr.getPresumedLineNumber( in parseHTMLStartTag() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 3189 unsigned EndLine = SM.getExpansionLineNumber(End); populateExecutedLinesWithFunctionSignature() local
|