/openbsd-src/gnu/llvm/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() 87 llvm::StringRef Line; in codeContainsImports() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/ |
H A D | BreakpadRecords.cpp | 130 std::optional<Record::Kind> Record::classify(llvm::StringRef Line) { in classify() 173 std::optional<ModuleRecord> ModuleRecord::parse(llvm::StringRef Line) { in parse() 202 std::optional<InfoRecord> InfoRecord::parse(llvm::StringRef Line) { in parse() 228 static std::optional<T> parseNumberName(llvm::StringRef Line, Token TokenType) { in parseNumberName() 246 std::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 std::optional<FuncRecord> FuncRecord::parse(llvm::StringRef Line) { in parse() 327 std::optional<InlineRecord> InlineRecord::parse(llvm::StringRef Line) { in parse() 379 std::optional<LineRecord> LineRecord::parse(llvm::StringRef Line) { in parse() [all …]
|
/openbsd-src/gnu/llvm/clang/lib/Format/ |
H A D | UnwrappedLineFormatter.cpp | 22 bool startsExternCBlock(const AnnotatedLine &Line) { in startsExternCBlock() 58 void nextLine(const AnnotatedLine &Line) { in nextLine() 85 void skipLine(const AnnotatedLine &Line, bool UnknownIndent = false) { in skipLine() 95 void adjustToUnmodifiedLine(const AnnotatedLine &Line) { in adjustToUnmodifiedLine() 181 const AnnotatedLine *Line, in getMatchingNamespaceToken() 192 StringRef getNamespaceTokenText(const AnnotatedLine *Line) { in getNamespaceTokenText() 198 const AnnotatedLine *Line, in getMatchingNamespaceTokenText() 328 const AnnotatedLine *Line = nullptr; in tryFitMultipleLinesInOne() local 611 AnnotatedLine &Line = **I; in tryMergeSimpleControlStatement() local 656 const AnnotatedLine *Line = I[1 + NumStmts]; in tryMergeShortCaseLabels() local [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() 504 MacroCallReconstructor::createUnwrappedLine(const ReconstructedLine &Line, in createUnwrappedLine() 526 void MacroCallReconstructor::debug(const ReconstructedLine &Line, int Level) { in debug() 555 MacroCallReconstructor::ReconstructedLine *Line, in MacroCallState()
|
H A D | TokenAnnotator.cpp | 31 static bool startsWithInitStatement(const AnnotatedLine &Line) { in startsWithInitStatement() 113 AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line, in AnnotatingParser() 2474 AnnotatedLine &Line; member in clang::format::__anon192501e00111::AnnotatingParser 2494 AnnotatedLine &Line) in ExpressionParser() 2714 const AnnotatedLine &Line; member in clang::format::__anon192501e00111::ExpressionParser 2752 static unsigned maxNestingDepth(const AnnotatedLine &Line) { in maxNestingDepth() 2793 const AnnotatedLine &Line) { in isFunctionDeclarationName() 3124 AnnotatedLine &Line, FormatToken *CurrentToken, unsigned Depth) const { in calculateInitializerColumnList() 3142 unsigned TokenAnnotator::splitPenalty(const AnnotatedLine &Line, in splitPenalty() 3371 bool TokenAnnotator::spaceRequiredBetween(const AnnotatedLine &Line, in spaceRequiredBetween() [all …]
|
H A D | UnwrappedLineParser.cpp | 61 void printLine(llvm::raw_ostream &OS, const UnwrappedLine &Line, in printLine() 90 LLVM_ATTRIBUTE_UNUSED static void printDebugInfo(const UnwrappedLine &Line) { in printDebugInfo() 96 ScopedDeclarationState(UnwrappedLine &Line, llvm::BitVector &Stack, in ScopedDeclarationState() 111 UnwrappedLine &Line; member in clang::format::__anon1d1aefd40111::ScopedDeclarationState 136 ScopedMacroState(UnwrappedLine &Line, FormatTokenSource *&TokenSource, in ScopedMacroState() 196 UnwrappedLine &Line; member in clang::format::__anon1d1aefd40111::ScopedMacroState 380 for (auto &Line : Lines) in parse() local 389 for (const UnwrappedLine &Line : Lines) in parse() local 826 AnnotatedLine Line(ParsedLine); in mightFitOnOneLine() local 1033 static bool isGoogScope(const UnwrappedLine &Line) { in isGoogScope() [all …]
|
H A D | AffectedRangeManager.cpp | 29 AnnotatedLine *Line = *I; in computeAffectedLines() local 102 AnnotatedLine *Line, const AnnotatedLine *PreviousLine, in nonPPLineAffected()
|
H A D | DefinitionBlockSeparator.cpp | 46 bool ExcludeEnum = false) { in separateBlocks() 107 const auto &Line = Lines[LineIndex]; in separateBlocks() local
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/ |
H A D | Markup.cpp | 38 void MarkupParser::parseLine(StringRef Line) { in parseLine() 114 std::optional<MarkupNode> MarkupParser::parseElement(StringRef Line) { in parseElement() 172 std::optional<StringRef> MarkupParser::parseMultiLineBegin(StringRef Line) { in parseMultiLineBegin() 197 std::optional<StringRef> MarkupParser::parseMultiLineEnd(StringRef Line) { in parseMultiLineEnd()
|
/openbsd-src/gnu/llvm/clang/lib/Driver/ |
H A D | Distro.cpp | 36 for (StringRef Line : Lines) in DetectOsRelease() local 61 for (StringRef Line : Lines) in DetectLsbRelease() local 181 for (const StringRef &Line : Lines) { in DetectDistro() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | SymbolRemappingReader.h | 72 SymbolRemappingParseError(StringRef File, int64_t Line, const Twine &Message) in SymbolRemappingParseError() 90 int64_t Line; variable
|
/openbsd-src/gnu/llvm/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()
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/ |
H A D | SourceCoverageView.h | 57 unsigned Line; member 74 unsigned Line; member 172 StringRef Line; member
|
H A D | SourceCoverageViewText.cpp | 100 StringRef Line = L.Line; in renderLine() local 149 raw_ostream &OS, const LineCoverageStats &Line) { in renderLineCoverageColumn() 174 const LineCoverageStats &Line, in renderRegionMarkers()
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
H A D | InclusionRewriter.cpp | 115 void InclusionRewriter::WriteLineInfo(StringRef Filename, int Line, in WriteLineInfo() 264 StringRef LocalEOL, int &Line, in OutputContentUpTo() 323 unsigned &NextToWrite, int &Line) { in CommentOutDirective() 384 int Line = 1; // The current input file line number. in Process() local
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 44 DILocation::DILocation(LLVMContext &C, StorageType Storage, unsigned Line, in DILocation() 66 DILocation *DILocation::getImpl(LLVMContext &Context, unsigned Line, in getImpl() 123 unsigned Line = LocA->getLine(); in getMergedLocation() local 667 Metadata *File, unsigned Line, Metadata *Scope, in getImpl() 687 unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, in getImpl() 715 Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, in buildODRType() 757 Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, in getODRType() 940 DISubprogram::DISubprogram(LLVMContext &C, StorageType Storage, unsigned Line, in DISubprogram() 1043 MDString *LinkageName, Metadata *File, unsigned Line, Metadata *Type, in getImpl() 1093 Metadata *File, unsigned Line, in getImpl() [all …]
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | Line.h | 97 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
|
/openbsd-src/gnu/llvm/compiler-rt/lib/ubsan/ |
H A D | ubsan_value.h | 46 u32 Line; variable 51 SourceLocation(const char *Filename, unsigned Line, unsigned Column) in SourceLocation()
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugLinesSubsection.cpp | 81 void DebugLinesSubsection::addLineInfo(uint32_t Offset, const LineInfo &Line) { in addLineInfo() 90 const LineInfo &Line, in addLineAndColumnInfo()
|
/openbsd-src/gnu/llvm/clang/tools/c-index-test/ |
H A D | core_main.cpp | 112 unsigned Line = SM.getLineNumber(FID, SM.getFileOffset(Loc)); in handleDeclOccurrence() local 150 unsigned Line = SM.getLineNumber(FID, SM.getFileOffset(Loc)); in handleModuleOccurrence() local 173 unsigned Line = SM.getLineNumber(FID, SM.getFileOffset(Loc)); in handleMacroOccurrence() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | MachineDebugify.cpp | 75 unsigned Line = DVI->getDebugLoc().getLine(); in applyDebugifyMetadataToMachineFunction() local 110 unsigned Line = MI.getDebugLoc().getLine(); in applyDebugifyMetadataToMachineFunction() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVLocation.h | 132 void setLowerLine(LVLine *Line) { LowerLine = Line; } in setLowerLine() 134 void setUpperLine(LVLine *Line) { UpperLine = Line; } in setUpperLine()
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | RawCommentList.cpp | 345 const unsigned Line = SourceMgr.getLineNumber(File, Offset); in getCommentBeginLine() local 367 for (const RawComment::CommentLine &Line : in getFormattedText() local 428 SmallString<124> Line; in getFormattedLines() local
|