Home
last modified time | relevance | path

Searched defs:LineNumber (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DLineIterator.h38 unsigned LineNumber = 1; variable
/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DSerialize.cpp405 int LineNumber, StringRef Filename, in populateSymbolInfo()
416 const FullComment *FC, int LineNumber, in populateFunctionInfo()
491 emitInfo(const NamespaceDecl *D, const FullComment *FC, int LineNumber, in emitInfo()
517 emitInfo(const RecordDecl *D, const FullComment *FC, int LineNumber, in emitInfo()
562 emitInfo(const FunctionDecl *D, const FullComment *FC, int LineNumber, in emitInfo()
586 emitInfo(const CXXMethodDecl *D, const FullComment *FC, int LineNumber, in emitInfo()
618 emitInfo(const EnumDecl *D, const FullComment *FC, int LineNumber, in emitInfo()
H A DRepresentation.h237 int LineNumber; // Line number of this Location. member
/llvm-project-15.0.7/llvm/lib/IR/
H A DDIBuilder.cpp235 DIMacro *DIBuilder::createMacro(DIMacroFile *Parent, unsigned LineNumber, in createMacro()
378 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createMemberType()
394 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createVariantMemberType()
404 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createBitFieldMemberType()
419 unsigned LineNumber, DIType *Ty, in createStaticMemberType()
489 DIScope *Context, StringRef Name, DIFile *File, unsigned LineNumber, in createClassType()
506 DIScope *Context, StringRef Name, DIFile *File, unsigned LineNumber, in createStructType()
519 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createUnionType()
532 unsigned LineNumber, uint64_t SizeInBits, in createVariantPart()
551 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createEnumerationType()
[all …]
H A DDebugInfo.cpp1127 size_t NameLen, LLVMMetadataRef File, unsigned LineNumber, in LLVMDIBuilderCreateEnumerationType()
1139 size_t NameLen, LLVMMetadataRef File, unsigned LineNumber, in LLVMDIBuilderCreateUnionType()
1195 size_t NameLen, LLVMMetadataRef File, unsigned LineNumber, in LLVMDIBuilderCreateStructType()
1228 size_t NameLen, LLVMMetadataRef File, unsigned LineNumber, in LLVMDIBuilderCreateStaticMemberType()
1354 LLVMMetadataRef File, unsigned LineNumber, in LLVMDIBuilderCreateBitFieldMemberType()
1368 LLVMMetadataRef File, unsigned LineNumber, uint64_t SizeInBits, in LLVMDIBuilderCreateClassType()
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DSymbolMap.cpp36 std::size_t LineNumber = std::numeric_limits<std::size_t>::max(); in operator ()() local
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DDuplicateIncludeCheck.cpp24 const unsigned LineNumber = SM.getSpellingLineNumber(Start); in advanceBeyondCurrentLine() local
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h173 LineNumber, enumerator
/llvm-project-15.0.7/llvm/lib/FileCheck/
H A DFileCheck.cpp483 Optional<size_t> LineNumber, ExpressionFormat ImplicitFormat, in parseNumericVariableDefinition()
521 StringRef Name, bool IsPseudo, Optional<size_t> LineNumber, in parseNumericVariableUse()
557 Optional<size_t> LineNumber, FileCheckPatternContext *Context, in parseNumericOperand()
614 Pattern::parseParenExpr(StringRef &Expr, Optional<size_t> LineNumber, in parseParenExpr()
649 bool IsLegacyLineExpr, Optional<size_t> LineNumber, in parseBinop()
693 Optional<size_t> LineNumber, in parseCallExpr()
769 bool IsLegacyLineExpr, Optional<size_t> LineNumber, in parseNumericSubstitutionBlock()
1817 StringRef &Buffer, unsigned &LineNumber, in FindFirstMatchingPrefix()
1925 unsigned LineNumber = 1; in readCheckFile() local
H A DFileCheckImpl.h678 Optional<size_t> LineNumber; variable
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dmagic-numbers.cpp189 AssertionHelper(const char *Message, int LineNumber) : Message(Message), LineNumber(LineNumber) {} in AssertionHelper()
193 int LineNumber; member in AssertionHelper
/llvm-project-15.0.7/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c399 value LineNumber, value SizeInBits, value AlignInBits, value Elements, in llvm_dibuild_create_enumeration_type_native()
425 value LineNumber, value SizeInBits, value AlignInBits, value Flags, in llvm_dibuild_create_union_type_native()
509 value LineNumber, value SizeInBits, value AlignInBits, value Flags, in llvm_dibuild_create_struct_type_native()
543 value LineNumber, value SizeInBits, value AlignInBits, value OffsetInBits, in llvm_dibuild_create_member_type_native()
571 value LineNumber, LLVMMetadataRef Type, value Flags, in llvm_dibuild_create_static_member_type_native()
773 value LineNumber, value SizeInBits, value AlignInBits, value OffsetInBits, in llvm_dibuild_create_class_type_native()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h170 unsigned int LineNumber; member
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DTestVisitor.h183 unsigned LineNumber; member
/llvm-project-15.0.7/llvm/lib/Support/
H A DSpecialCaseList.cpp29 unsigned LineNumber, in insert()
/llvm-project-15.0.7/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp101 unsigned LineNumber = L.LineNo; in renderLine() local
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h632 UdtSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber) in UdtSourceLineRecord()
642 uint32_t LineNumber = 0; variable
651 uint32_t LineNumber, uint16_t Module) in UdtModSourceLineRecord()
662 uint32_t LineNumber = 0; variable
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp554 int LineNumber = path.back()->getLocation().asLocation().getExpansionLineNumber(); in FinalizeHTML() local
591 int LineNumber = in FinalizeHTML() local
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h441 void reportError(int64_t LineNumber, const Twine &Msg) const { in reportError()
/llvm-project-15.0.7/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp986 size_t LineNumber = 1; member in __anon85dcea870111::PatternTester
1645 size_t LineNumber = 1; in TEST_F() local
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.cpp550 unsigned LineNumber = Sources.getExpansionLineNumber(Location); in checkFilters() local
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp158 int64_t LineNumber; member
2421 int64_t LineNumber = getTok().getIntVal(); in parseCppHashLineFilenameComment() local
3620 int64_t LineNumber; in parseDirectiveLine() local
3638 int64_t FileNumber = 0, LineNumber = 0; in parseDirectiveLoc() local
3886 int64_t LineNumber = 0; in parseDirectiveCVLoc() local
H A DMasmParser.cpp421 int64_t LineNumber; member
2767 int64_t LineNumber = getTok().getIntVal(); in parseCppHashLineFilenameComment() local
4906 int64_t LineNumber; in parseDirectiveLine() local
4927 int64_t FileNumber = 0, LineNumber = 0; in parseDirectiveLoc() local
5175 int64_t LineNumber = 0; in parseDirectiveCVLoc() local
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCDwarf.h457 unsigned LineNumber; variable
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DPerfReader.h33 uint64_t LineNumber = 0; variable

12