Home
last modified time | relevance | path

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

12

/llvm-project/clang-tools-extra/clang-doc/
H A DSerialize.cpp518 populateSymbolInfo(SymbolInfo & I,const T * D,const FullComment * C,int LineNumber,StringRef Filename,bool IsFileInRootDir,bool & IsInAnonymousNamespace) populateSymbolInfo() argument
529 populateFunctionInfo(FunctionInfo & I,const FunctionDecl * D,const FullComment * FC,int LineNumber,StringRef Filename,bool IsFileInRootDir,bool & IsInAnonymousNamespace) populateFunctionInfo() argument
632 emitInfo(const NamespaceDecl * D,const FullComment * FC,int LineNumber,llvm::StringRef File,bool IsFileInRootDir,bool PublicOnly) emitInfo() argument
653 emitInfo(const RecordDecl * D,const FullComment * FC,int LineNumber,llvm::StringRef File,bool IsFileInRootDir,bool PublicOnly) emitInfo() argument
722 emitInfo(const FunctionDecl * D,const FullComment * FC,int LineNumber,llvm::StringRef File,bool IsFileInRootDir,bool PublicOnly) emitInfo() argument
737 emitInfo(const CXXMethodDecl * D,const FullComment * FC,int LineNumber,llvm::StringRef File,bool IsFileInRootDir,bool PublicOnly) emitInfo() argument
766 emitInfo(const TypedefDecl * D,const FullComment * FC,int LineNumber,StringRef File,bool IsFileInRootDir,bool PublicOnly) emitInfo() argument
792 emitInfo(const TypeAliasDecl * D,const FullComment * FC,int LineNumber,StringRef File,bool IsFileInRootDir,bool PublicOnly) emitInfo() argument
810 emitInfo(const EnumDecl * D,const FullComment * FC,int LineNumber,llvm::StringRef File,bool IsFileInRootDir,bool PublicOnly) emitInfo() argument
[all...]
H A DRepresentation.h240 : LineNumber(LineNumber), Filename(Filename), LineNumber() function
257 int LineNumber = 0; // Line number of this Location. global() member
[all...]
/llvm-project/llvm/include/llvm/Support/
H A DLineIterator.h38 unsigned LineNumber = 1; variable
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVObject.cpp52 std::string LVObject::lineAsString(uint32_t LineNumber, LVHalf Discriminator, in lineAsString()
79 std::string LVObject::referenceAsString(uint32_t LineNumber, in referenceAsString()
/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp391 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createMemberType() argument
407 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createVariantMemberType() argument
417 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createBitFieldMemberType() argument
221 createMacro(DIMacroFile * Parent,unsigned LineNumber,unsigned MacroType,StringRef Name,StringRef Value) createMacro() argument
234 createTempMacroFile(DIMacroFile * Parent,unsigned LineNumber,DIFile * File) createTempMacroFile() argument
432 createStaticMemberType(DIScope * Scope,StringRef Name,DIFile * File,unsigned LineNumber,DIType * Ty,DINode::DIFlags Flags,llvm::Constant * Val,unsigned Tag,uint32_t AlignInBits) createStaticMemberType() argument
443 createObjCIVar(StringRef Name,DIFile * File,unsigned LineNumber,uint64_t SizeInBits,uint32_t AlignInBits,uint64_t OffsetInBits,DINode::DIFlags Flags,DIType * Ty,MDNode * PropertyNode) createObjCIVar() argument
454 createObjCProperty(StringRef Name,DIFile * File,unsigned LineNumber,StringRef GetterName,StringRef SetterName,unsigned PropertyAttributes,DIType * Ty) createObjCProperty() argument
503 createClassType(DIScope * Context,StringRef Name,DIFile * File,unsigned LineNumber,uint64_t SizeInBits,uint32_t AlignInBits,uint64_t OffsetInBits,DINode::DIFlags Flags,DIType * DerivedFrom,DINodeArray Elements,unsigned RunTimeLang,DIType * VTableHolder,MDNode * TemplateParams,StringRef UniqueIdentifier) createClassType() argument
521 createStructType(DIScope * Context,StringRef Name,DIFile * File,unsigned LineNumber,uint64_t SizeInBits,uint32_t AlignInBits,DINode::DIFlags Flags,DIType * DerivedFrom,DINodeArray Elements,unsigned RunTimeLang,DIType * VTableHolder,StringRef UniqueIdentifier) createStructType() argument
534 createUnionType(DIScope * Scope,StringRef Name,DIFile * File,unsigned LineNumber,uint64_t SizeInBits,uint32_t AlignInBits,DINode::DIFlags Flags,DINodeArray Elements,unsigned RunTimeLang,StringRef UniqueIdentifier) createUnionType() argument
547 createVariantPart(DIScope * Scope,StringRef Name,DIFile * File,unsigned LineNumber,uint64_t SizeInBits,uint32_t AlignInBits,DINode::DIFlags Flags,DIDerivedType * Discriminator,DINodeArray Elements,StringRef UniqueIdentifier) createVariantPart() argument
567 createEnumerationType(DIScope * Scope,StringRef Name,DIFile * File,unsigned LineNumber,uint64_t SizeInBits,uint32_t AlignInBits,DINodeArray Elements,DIType * UnderlyingType,unsigned RunTimeLang,StringRef UniqueIdentifier,bool IsScoped) createEnumerationType() argument
755 createGlobalVariableExpression(DIScope * Context,StringRef Name,StringRef LinkageName,DIFile * F,unsigned LineNumber,DIType * Ty,bool IsLocalToUnit,bool isDefined,DIExpression * Expr,MDNode * Decl,MDTuple * TemplateParams,uint32_t AlignInBits,DINodeArray Annotations) createGlobalVariableExpression() argument
774 createTempGlobalVariableFwdDecl(DIScope * Context,StringRef Name,StringRef LinkageName,DIFile * F,unsigned LineNumber,DIType * Ty,bool IsLocalToUnit,MDNode * Decl,MDTuple * TemplateParams,uint32_t AlignInBits) createTempGlobalVariableFwdDecl() argument
[all...]
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DDuplicateIncludeCheck.cpp22 const unsigned LineNumber = SM.getSpellingLineNumber(Start); in advanceBeyondCurrentLine() local
/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h174 LineNumber, enumerator
/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp338 std::optional<size_t> LineNumber, ExpressionFormat ImplicitFormat, in parseNumericVariableDefinition() argument
375 StringRef Name, bool IsPseudo, std::optional<size_t> LineNumber, in parseNumericVariableUse() argument
411 std::optional<size_t> LineNumber, FileCheckPatternContext *Context, in parseNumericOperand() argument
464 Pattern::parseParenExpr(StringRef &Expr, std::optional<size_t> LineNumber, in parseParenExpr() argument
499 parseBinop(StringRef Expr,StringRef & RemainingExpr,std::unique_ptr<ExpressionAST> LeftOp,bool IsLegacyLineExpr,std::optional<size_t> LineNumber,FileCheckPatternContext * Context,const SourceMgr & SM) parseBinop() argument
543 parseCallExpr(StringRef & Expr,StringRef FuncName,std::optional<size_t> LineNumber,FileCheckPatternContext * Context,const SourceMgr & SM) parseCallExpr() argument
619 parseNumericSubstitutionBlock(StringRef Expr,std::optional<NumericVariable * > & DefinedNumericVariable,bool IsLegacyLineExpr,std::optional<size_t> LineNumber,FileCheckPatternContext * Context,const SourceMgr & SM) parseNumericSubstitutionBlock() argument
1718 FindFirstMatchingPrefix(const FileCheckRequest & Req,PrefixMatcher & Matcher,StringRef & Buffer,unsigned & LineNumber,Check::FileCheckType & CheckTy) FindFirstMatchingPrefix() argument
1823 unsigned LineNumber = 1; readCheckFile() local
[all...]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dmagic-numbers.cpp194 AssertionHelper(const char *Message, int LineNumber) : Message(Message), LineNumber(LineNumber) {} in AssertionHelper()
198 int LineNumber; member in AssertionHelper
/llvm-project/llvm/unittests/DebugInfo/LogicalView/
H A DLogicalElementsTest.cpp92 LVOffset Offset, uint32_t LineNumber, in set()
H A DSelectElementsTest.cpp83 LVOffset Offset, uint32_t LineNumber, in set()
H A DCompareElementsTest.cpp95 uint32_t LineNumber, LVElement *Type) { in set()
H A DLocationRangesTest.cpp49 uint32_t LineNumber, LVElement *Type) { in set()
H A DWarningInternalTest.cpp179 LVOffset Offset, uint32_t LineNumber, in set()
/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h105 std::optional<int> LineNumber; global() member
H A DSampleProfReader.h430 reportError(int64_t LineNumber,const Twine & Msg) reportError() argument
/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/
H A Djitprofiling.h170 unsigned int LineNumber; member
/llvm-project/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c400 value Builder, value Scope, value Name, value File, value LineNumber, in llvm_dibuild_create_enumeration_type_native() argument
427 value Builder, value Scope, value Name, value File, value LineNumber, in llvm_dibuild_create_union_type_native() argument
515 value Builder, value Scope, value Name, value File, value LineNumber, in llvm_dibuild_create_struct_type_native() argument
549 value LineNumber, valu in llvm_dibuild_create_member_type_native() argument
576 llvm_dibuild_create_static_member_type_native(value Builder,value Scope,value Name,value File,value LineNumber,value Type,value Flags,value ConstantVal,value AlignInBits) llvm_dibuild_create_static_member_type_native() argument
771 llvm_dibuild_create_class_type_native(value Builder,value Scope,value Name,value File,value LineNumber,value SizeInBits,value AlignInBits,value OffsetInBits,value Flags,value DerivedFrom,value Elements,value VTableHolder,value TemplateParamsNode,value UniqueIdentifier) llvm_dibuild_create_class_type_native() argument
[all...]
/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp27 Error SpecialCaseList::Matcher::insert(StringRef Pattern, unsigned LineNumber, in insert()
/llvm-project/clang/unittests/Tooling/
H A DTestVisitor.h183 MatchCandidate(Twine Name, unsigned LineNumber, unsigned ColumnNumber) member
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h632 UdtSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber) in UdtSourceLineRecord() argument
642 uint32_t LineNumber = 0; variable
651 uint32_t LineNumber, uint16_t Module) in UdtModSourceLineRecord() argument
662 uint32_t LineNumber variable
[all...]
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h302 void addInlineeInfo(TypeIndex TI, uint32_t LineNumber, StringRef Filename) { in addInlineeInfo()
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp565 int LineNumber = path.back()->getLocation().asLocation().getExpansionLineNumber(); FinalizeHTML() local
602 int LineNumber = FinalizeHTML() local
/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp166 unsigned LineNumber = L.LineNo; in renderLine() local
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h135 uint32_t LineNumber = 0; variable

12