/llvm-project/clang/lib/Tooling/Inclusions/ |
H A D | HeaderAnalysis.cpp | 19 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 D | BreakpadRecords.cpp | 132 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 D | QueryParser.h | 38 QueryParser(StringRef Line, const QuerySession &QS) in QueryParser() 58 StringRef Line; variable
|
/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | Markup.cpp | 38 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 D | UnwrappedLineFormatter.cpp | 23 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 D | MacroCallReconstructor.cpp | 32 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 D | AffectedRangeManager.cpp | 29 AnnotatedLine *Line = *I; in computeAffectedLines() local 102 AnnotatedLine *Line, cons in nonPPLineAffected() argument [all...] |
H A D | UnwrappedLineParser.cpp | 38 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 D | TokenAnnotator.cpp | 43 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 D | Distro.cpp | 36 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 D | ResourceScriptCppFilter.cpp | 49 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 D | SymbolRemappingReader.h | 72 SymbolRemappingParseError(StringRef File, int64_t Line, const Twine &Message) in SymbolRemappingParseError() 90 int64_t Line; variable
|
/llvm-project/lldb/tools/lldb-test/ |
H A D | FormatUtil.h | 32 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 D | SourceCoverageView.h | 57 unsigned Line; member 73 unsigned Line; member 88 unsigned Line; global() member 188 StringRef Line; global() member [all...] |
H A D | SourceCoverageView.cpp | 177 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 D | ClangQuery.cpp | 155 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 D | MachineDebugify.cpp | 76 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 D | xray_powerpc64.cpp | 37 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 D | NativeLineNumber.h | 43 const codeview::LineInfo Line; variable
|
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVSort.h | 25 Line, // Sort by line. enumerator
|
/llvm-project/compiler-rt/test/fuzzer/ |
H A D | SimpleCmpTest.cpp | 13 bool PrintOnce(int Line) { in PrintOnce()
|
/llvm-project/compiler-rt/test/ubsan/TestCases/Misc/ |
H A D | monitor.cpp | 25 unsigned Line, Col; in __ubsan_on_report() local
|
/llvm-project/llvm/lib/ProfileData/ |
H A D | SymbolRemappingReader.cpp | 37 StringRef Line = *LineIt; in read() local
|
/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | LineEntry.h | 25 uint32_t Line; ///< Source line number. member
|
/llvm-project/clang/test/SemaCXX/ |
H A D | implicit-member-functions.cpp | 107 template<typename K> struct Line { struct 108 pair<Point<K>, Vector<K>> x;
|