Home
last modified time | relevance | path

Searched defs:Line (Results 1 – 25 of 256) sorted by relevance

1234567891011

/llvm-project-15.0.7/clang-tools-extra/clang-query/
H A DQueryParser.h38 QueryParser(StringRef Line, const QuerySession &QS) in QueryParser()
58 StringRef Line; variable
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.cpp129 llvm::Optional<Record::Kind> Record::classify(llvm::StringRef Line) { in classify()
172 llvm::Optional<ModuleRecord> ModuleRecord::parse(llvm::StringRef Line) { in parse()
201 llvm::Optional<InfoRecord> InfoRecord::parse(llvm::StringRef Line) { in parse()
227 static llvm::Optional<T> parseNumberName(llvm::StringRef Line, in parseNumberName()
246 llvm::Optional<FileRecord> FileRecord::parse(llvm::StringRef Line) { in parse()
257 InlineOriginRecord::parse(llvm::StringRef Line) { in parse()
267 static bool parsePublicOrFunc(llvm::StringRef Line, bool &Multiple, in parsePublicOrFunc()
305 llvm::Optional<FuncRecord> FuncRecord::parse(llvm::StringRef Line) { in parse()
327 llvm::Optional<InlineRecord> InlineRecord::parse(llvm::StringRef Line) { in parse()
379 llvm::Optional<LineRecord> LineRecord::parse(llvm::StringRef Line) { in parse()
[all …]
/llvm-project-15.0.7/llvm/lib/DebugInfo/Symbolize/
H A DMarkup.cpp38 void MarkupParser::parseLine(StringRef Line) { in parseLine()
114 Optional<MarkupNode> MarkupParser::parseElement(StringRef Line) { in parseElement()
172 Optional<StringRef> MarkupParser::parseMultiLineBegin(StringRef Line) { in parseMultiLineBegin()
197 Optional<StringRef> MarkupParser::parseMultiLineEnd(StringRef Line) { in parseMultiLineEnd()
/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp22 bool startsExternCBlock(const AnnotatedLine &Line) { in startsExternCBlock()
58 void nextLine(const AnnotatedLine &Line) { in nextLine()
88 void adjustToUnmodifiedLine(const AnnotatedLine &Line) { in adjustToUnmodifiedLine()
174 const AnnotatedLine *Line, in getMatchingNamespaceToken()
191 const AnnotatedLine *Line, in getMatchingNamespaceTokenText()
321 const AnnotatedLine *Line = nullptr; in tryFitMultipleLinesInOne() local
604 AnnotatedLine &Line = **I; in tryMergeSimpleControlStatement() local
648 const AnnotatedLine *Line = I[1 + NumStmts]; in tryMergeShortCaseLabels() local
690 AnnotatedLine &Line = **I; in tryMergeSimpleBlock() local
867 bool containsMustBreak(const AnnotatedLine *Line) { in containsMustBreak()
[all …]
H A DMacroCallReconstructor.cpp32 void forEachToken(const UnwrappedLine &Line, const T &Call, in forEachToken()
53 void MacroCallReconstructor::addLine(const UnwrappedLine &Line) { in addLine()
509 MacroCallReconstructor::createUnwrappedLine(const ReconstructedLine &Line, in createUnwrappedLine()
531 void MacroCallReconstructor::debug(const ReconstructedLine &Line, int Level) { in debug()
560 MacroCallReconstructor::ReconstructedLine *Line, in MacroCallState()
H A DTokenAnnotator.cpp31 static bool startsWithInitStatement(const AnnotatedLine &Line) { in startsWithInitStatement()
81 AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line, in AnnotatingParser()
2402 AnnotatedLine &Line; member in clang::format::__anon095ba8b90111::AnnotatingParser
2422 AnnotatedLine &Line) in ExpressionParser()
2636 const AnnotatedLine &Line; member in clang::format::__anon095ba8b90111::ExpressionParser
2671 static unsigned maxNestingDepth(const AnnotatedLine &Line) { in maxNestingDepth()
2712 const AnnotatedLine &Line) { in isFunctionDeclarationName()
3032 unsigned TokenAnnotator::splitPenalty(const AnnotatedLine &Line, in splitPenalty()
3682 bool TokenAnnotator::spaceRequiredBefore(const AnnotatedLine &Line, in spaceRequiredBefore()
4184 bool TokenAnnotator::mustBreakBefore(const AnnotatedLine &Line, in mustBreakBefore()
[all …]
H A DAffectedRangeManager.cpp29 AnnotatedLine *Line = *I; in computeAffectedLines() local
102 AnnotatedLine *Line, const AnnotatedLine *PreviousLine, in nonPPLineAffected()
H A DUnwrappedLineParser.cpp84 UnwrappedLine &Line; member in clang::format::__anond198c64d0111::ScopedDeclarationState
174 UnwrappedLine &Line; member in clang::format::__anond198c64d0111::ScopedMacroState
363 for (auto &Line : Lines) in parse() local
372 for (const UnwrappedLine &Line : Lines) in parse() local
805 AnnotatedLine Line(ParsedLine); in mightFitOnOneLine() local
975 static bool isGoogScope(const UnwrappedLine &Line) { in isGoogScope()
993 static bool isIIFE(const UnwrappedLine &Line, in isIIFE()
1093 size_t Line = CurrentLines->size(); in conditionalCompilationCondition() local
1157 for (auto &Line : Lines) { in parsePPIf() local
1212 for (auto &Line : Lines) { in parsePPDefine() local
[all …]
/llvm-project-15.0.7/libc/utils/UnitTest/
H A DLibcTest.cpp77 const char *RHSStr, const char *File, unsigned long Line, in explainDifference()
92 unsigned long Line) { in test()
282 const char *RHSStr, const char *File, unsigned long Line) { in testStrEq()
289 const char *RHSStr, const char *File, unsigned long Line) { in testStrNe()
296 const char *RHSStr, const char *File, unsigned long Line) { in testMatch()
312 const char *File, unsigned long Line) { in testProcessKilled()
354 const char *File, unsigned long Line) { in testProcessExits()
H A DLibcTest.h88 const char *RHSStr, const char *File, unsigned long Line) { in test()
95 const char *RHSStr, const char *File, unsigned long Line) { in test()
104 const char *RHSStr, const char *File, unsigned long Line) { in test()
/llvm-project-15.0.7/clang/lib/Driver/
H A DDistro.cpp36 for (StringRef Line : Lines) in DetectOsRelease() local
61 for (StringRef Line : Lines) in DetectLsbRelease() local
180 for (const StringRef &Line : Lines) { in DetectDistro() local
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DSymbolRemappingReader.h72 SymbolRemappingParseError(StringRef File, int64_t Line, const Twine &Message) in SymbolRemappingParseError()
90 int64_t Line; variable
/llvm-project-15.0.7/llvm/tools/llvm-rc/
H A DResourceScriptCppFilter.cpp49 StringRef Line = Data.take_front(Pos).drop_front(LineStart); in run() local
58 bool Filter::parseLine(StringRef Line) { in parseLine()
/llvm-project-15.0.7/lldb/tools/lldb-test/
H A DFormatUtil.h32 Line(LinePrinter &P) : P(&P) { P.OS.indent(P.CurrentIndent); } in Line() function
35 Line(Line &&RHS) : P(RHS.P) { RHS.P = nullptr; } in Line() function
/llvm-project-15.0.7/clang-tools-extra/clang-query/tool/
H A DClangQuery.cpp168 LE.setListCompleter([&QS](StringRef Line, size_t Pos) { in main()
171 while (llvm::Optional<std::string> Line = LE.readLine()) { in main() local
/llvm-project-15.0.7/llvm/tools/llvm-cov/
H A DSourceCoverageView.h57 unsigned Line; member
74 unsigned Line; member
172 StringRef Line; member
/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_powerpc64.cpp37 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize) in clearCache() local
41 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize) in clearCache() local
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeLineNumber.h43 const codeview::LineInfo Line; variable
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A DIRBindings.h30 unsigned Line; member
/llvm-project-15.0.7/compiler-rt/test/ubsan/TestCases/Misc/
H A Dmonitor.cpp25 unsigned Line, Col; in __ubsan_on_report() local
/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A DSimpleCmpTest.cpp13 bool PrintOnce(int Line) { in PrintOnce()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/GSYM/
H A DLineEntry.h25 uint32_t Line; ///< Source line number. member
/llvm-project-15.0.7/llvm/lib/Support/
H A DSymbolRemappingReader.cpp37 StringRef Line = *LineIt; in read() local
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dimplicit-member-functions.cpp107 template<typename K> struct Line { struct
108 pair<Point<K>, Vector<K>> x;
/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() function
102 Line(int32_t CodeOffset, LineInfo LineInf, ColumnInfo ColumnInf) in Line() function

1234567891011