Home
last modified time | relevance | path

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

1234567891011

/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderAnalysis.cpp19 bool isIf(llvm::StringRef Line) { in isIf()
28 bool isErrorAboutInclude(llvm::StringRef Line) { in isErrorAboutInclude()
41 llvm::StringRef Line; in isDontIncludeMeHeader() local
52 bool isImportLine(llvm::StringRef Line) { in isImportLine()
86 llvm::StringRef Line; in codeContainsImports() local
/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.cpp132 std::optional<Record::Kind> Record::classify(llvm::StringRef Line) { in classify()
175 std::optional<ModuleRecord> ModuleRecord::parse(llvm::StringRef Line) { in parse()
204 std::optional<InfoRecord> InfoRecord::parse(llvm::StringRef Line) { in parse()
230 static std::optional<T> parseNumberName(llvm::StringRef Line, Token TokenType) { in parseNumberName()
248 std::optional<FileRecord> FileRecord::parse(llvm::StringRef Line) { in parse()
259 InlineOriginRecord::parse(llvm::StringRef Line) { in parse()
269 static bool parsePublicOrFunc(llvm::StringRef Line, bool &Multiple, in parsePublicOrFunc()
307 std::optional<FuncRecord> FuncRecord::parse(llvm::StringRef Line) { in parse()
329 std::optional<InlineRecord> InlineRecord::parse(llvm::StringRef Line) { in parse()
381 std::optional<LineRecord> LineRecord::parse(llvm::StringRef Line) { in parse()
[all …]
/llvm-project/clang-tools-extra/clang-query/
H A DQueryParser.h38 QueryParser(StringRef Line, const QuerySession &QS) in QueryParser()
58 StringRef Line; variable
/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DMarkup.cpp38 parseLine(StringRef Line) parseLine() argument
114 parseElement(StringRef Line) parseElement() argument
172 parseMultiLineBegin(StringRef Line) parseMultiLineBegin() argument
197 parseMultiLineEnd(StringRef Line) parseMultiLineEnd() argument
[all...]
/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp23 bool startsExternCBlock(const AnnotatedLine &Line) { in startsExternCBlock() argument
59 void nextLine(const AnnotatedLine &Line) { in nextLine() argument
97 adjustToUnmodifiedLine(const AnnotatedLine & Line) adjustToUnmodifiedLine() argument
114 getIndentOffset(const AnnotatedLine & Line) getIndentOffset() argument
187 getMatchingNamespaceToken(const AnnotatedLine * Line,const SmallVectorImpl<AnnotatedLine * > & AnnotatedLines) getMatchingNamespaceToken() argument
198 getNamespaceTokenText(const AnnotatedLine * Line) getNamespaceTokenText() argument
204 getMatchingNamespaceTokenText(const AnnotatedLine * Line,const SmallVectorImpl<AnnotatedLine * > & AnnotatedLines) getMatchingNamespaceTokenText() argument
334 const AnnotatedLine *Line = nullptr; tryFitMultipleLinesInOne() local
635 AnnotatedLine &Line = **I; tryMergeSimpleControlStatement() local
680 const AnnotatedLine *Line = I[1 + NumStmts]; tryMergeShortCaseLabels() local
724 AnnotatedLine &Line = **I; tryMergeSimpleBlock() local
747 __anon76deacb70502(const auto &Line) tryMergeSimpleBlock() argument
919 containsMustBreak(const AnnotatedLine * Line) containsMustBreak() argument
1108 formatLine(const AnnotatedLine & Line,unsigned FirstIndent,unsigned FirstStartColumn,bool DryRun) formatLine() argument
1134 formatLine(const AnnotatedLine & Line,unsigned FirstIndent,unsigned FirstStartColumn,bool DryRun) formatLine() argument
1159 formatLine(const AnnotatedLine & Line,unsigned FirstIndent,unsigned FirstStartColumn,bool DryRun) formatLine() argument
1357 for (const AnnotatedLine *Line = format() local
1460 computeNewlines(const AnnotatedLine & Line,const AnnotatedLine * PreviousLine,const AnnotatedLine * PrevPrevLine,const SmallVectorImpl<AnnotatedLine * > & Lines,const FormatStyle & Style) computeNewlines() argument
1553 formatFirstToken(const AnnotatedLine & Line,const AnnotatedLine * PreviousLine,const AnnotatedLine * PrevPrevLine,const SmallVectorImpl<AnnotatedLine * > & Lines,unsigned Indent,unsigned NewlineIndent) formatFirstToken() argument
[all...]
H A DMacroCallReconstructor.cpp32 void forEachToken(const UnwrappedLine &Line, const T &Call, in forEachToken()
52 void MacroCallReconstructor::addLine(const UnwrappedLine &Line) { in addLine()
507 MacroCallReconstructor::createUnwrappedLine(const ReconstructedLine &Line, in createUnwrappedLine()
524 auto Line = createUnwrappedLine(**Child, Level); in createUnwrappedLine() local
549 void MacroCallReconstructor::debug(const ReconstructedLine &Line, int Level) { in debug()
578 MacroCallReconstructor::ReconstructedLine *Line, in MacroCallState()
H A DAffectedRangeManager.cpp29 AnnotatedLine *Line = *I; in computeAffectedLines() local
102 AnnotatedLine *Line, cons in nonPPLineAffected() argument
[all...]
H A DUnwrappedLineParser.cpp38 void printLine(llvm::raw_ostream &OS, const UnwrappedLine &Line, in printLine() argument
67 printDebugInfo(const UnwrappedLine & Line) printDebugInfo() argument
73 ScopedDeclarationState(UnwrappedLine & Line,llvm::BitVector & Stack,bool MustBeDeclaration) ScopedDeclarationState() argument
88 UnwrappedLine &Line; global() member in clang::format::__anon010f85700111::ScopedDeclarationState
94 operator <<(std::ostream & Stream,const UnwrappedLine & Line) operator <<() argument
220 for (auto &Line : Lines) parse() local
234 for (const auto &Line : Lines) { parse() local
252 for (const UnwrappedLine &Line : Lines) { parse() local
706 AnnotatedLine Line(ParsedLine); mightFitOnOneLine() local
919 isGoogScope(const UnwrappedLine & Line) isGoogScope() argument
937 isIIFE(const UnwrappedLine & Line,const AdditionalKeywords & Keywords) isIIFE() argument
1037 size_t Line = CurrentLines->size(); conditionalCompilationCondition() local
1101 for (auto &Line : Lines) { parsePPIf() local
1157 for (auto &Line : Lines) { parsePPDefine() local
2692 getLastNonComment(const UnwrappedLine & Line) getLastNonComment() argument
4593 continuesLineCommentSection(const FormatToken & FormatTok,const UnwrappedLine & Line,const llvm::Regex & CommentPragmasRegex) continuesLineCommentSection() argument
[all...]
H A DTokenAnnotator.cpp43 static bool startsWithInitStatement(const AnnotatedLine &Line) { in startsWithInitStatement() argument
125 AnnotatingParser(const FormatStyle & Style,AnnotatedLine & Line,const AdditionalKeywords & Keywords,SmallVector<ScopeType> & Scopes) AnnotatingParser() argument
3079 AnnotatedLine &Line; global() member in clang::format::__anon97a2a5fc0111::AnnotatingParser
3105 ExpressionParser(const FormatStyle & Style,const AdditionalKeywords & Keywords,AnnotatedLine & Line) ExpressionParser() argument
3495 const AnnotatedLine &Line; global() member in clang::format::__anon97a2a5fc0111::ExpressionParser
3533 maxNestingDepth(const AnnotatedLine & Line) maxNestingDepth() argument
3542 getFunctionName(const AnnotatedLine & Line) getFunctionName() argument
3614 annotate(AnnotatedLine & Line) annotate() argument
3663 isFunctionDeclarationName(const LangOptions & LangOpts,const FormatToken & Current,const AnnotatedLine & Line,FormatToken * & ClosingParen) isFunctionDeclarationName() argument
4087 calculateInitializerColumnList(AnnotatedLine & Line,FormatToken * CurrentToken,unsigned Depth) const calculateInitializerColumnList() argument
4105 splitPenalty(const AnnotatedLine & Line,const FormatToken & Tok,bool InFunctionDecl) const splitPenalty() argument
4334 spaceRequiredBetween(const AnnotatedLine & Line,const FormatToken & Left,const FormatToken & Right) const spaceRequiredBetween() argument
4805 spaceRequiredBefore(const AnnotatedLine & Line,const FormatToken & Right) const spaceRequiredBefore() argument
5423 mustBreakBefore(const AnnotatedLine & Line,const FormatToken & Right) const mustBreakBefore() argument
5885 canBreakBefore(const AnnotatedLine & Line,const FormatToken & Right) const canBreakBefore() argument
[all...]
/llvm-project/clang/lib/Driver/
H A DDistro.cpp36 if (Version == Distro::UnknownDistro && Line.starts_with("ID=")) in DetectOsRelease() local
185 for (const StringRef &Line : Lines) { in DetectDistro() local
61 for (StringRef Line : Lines) DetectLsbRelease() local
/llvm-project/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/llvm/include/llvm/ProfileData/
H A DSymbolRemappingReader.h72 SymbolRemappingParseError(StringRef File, int64_t Line, const Twine &Message) in SymbolRemappingParseError()
90 int64_t Line; variable
/llvm-project/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/llvm/tools/llvm-cov/
H A DSourceCoverageView.h57 unsigned Line; member
73 unsigned Line; member
88 unsigned Line; global() member
188 StringRef Line; global() member
[all...]
H A DSourceCoverageView.cpp177 void SourceCoverageView::addBranch(unsigned Line, in addBranch()
182 void SourceCoverageView::addMCDCRecord(unsigned Line, in addMCDCRecord()
188 StringRef FunctionName, unsigned Line, in addInstantiation()
/llvm-project/clang-tools-extra/clang-query/tool/
H A DClangQuery.cpp155 LE.setListCompleter([&QS](StringRef Line, size_t Pos) { in main()
158 while (std::optional<std::string> Line = LE.readLine()) { in main() local
/llvm-project/llvm/lib/CodeGen/
H A DMachineDebugify.cpp76 unsigned Line = DVI->getDebugLoc().getLine(); in applyDebugifyMetadataToMachineFunction() local
89 unsigned Line = DVR.getDebugLoc().getLine(); in applyDebugifyMetadataToMachineFunction() local
125 unsigned Line = MI.getDebugLoc().getLine(); in applyDebugifyMetadataToMachineFunction() local
/llvm-project/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/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeLineNumber.h43 const codeview::LineInfo Line; variable
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSort.h25 Line, // Sort by line. enumerator
/llvm-project/compiler-rt/test/fuzzer/
H A DSimpleCmpTest.cpp13 bool PrintOnce(int Line) { in PrintOnce()
/llvm-project/compiler-rt/test/ubsan/TestCases/Misc/
H A Dmonitor.cpp25 unsigned Line, Col; in __ubsan_on_report() local
/llvm-project/llvm/lib/ProfileData/
H A DSymbolRemappingReader.cpp37 StringRef Line = *LineIt; in read() local
/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLineEntry.h25 uint32_t Line; ///< Source line number. member
/llvm-project/clang/test/SemaCXX/
H A Dimplicit-member-functions.cpp107 template<typename K> struct Line { struct
108 pair<Point<K>, Vector<K>> x;

1234567891011