/llvm-project/clang-tools-extra/clang-doc/ |
H A D | Serialize.cpp | 518 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 D | Representation.h | 240 : 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 D | LineIterator.h | 38 unsigned LineNumber = 1; variable
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVObject.cpp | 52 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 D | DIBuilder.cpp | 391 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 D | DuplicateIncludeCheck.cpp | 22 const unsigned LineNumber = SM.getSpellingLineNumber(Start); in advanceBeyondCurrentLine() local
|
/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | BreakpointResolver.h | 174 LineNumber, enumerator
|
/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheck.cpp | 338 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 D | magic-numbers.cpp | 194 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 D | LogicalElementsTest.cpp | 92 LVOffset Offset, uint32_t LineNumber, in set()
|
H A D | SelectElementsTest.cpp | 83 LVOffset Offset, uint32_t LineNumber, in set()
|
H A D | CompareElementsTest.cpp | 95 uint32_t LineNumber, LVElement *Type) { in set()
|
H A D | LocationRangesTest.cpp | 49 uint32_t LineNumber, LVElement *Type) { in set()
|
H A D | WarningInternalTest.cpp | 179 LVOffset Offset, uint32_t LineNumber, in set()
|
/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProfCorrelator.h | 105 std::optional<int> LineNumber; global() member
|
H A D | SampleProfReader.h | 430 reportError(int64_t LineNumber,const Twine & Msg) reportError() argument
|
/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/ |
H A D | jitprofiling.h | 170 unsigned int LineNumber; member
|
/llvm-project/llvm/bindings/ocaml/debuginfo/ |
H A D | debuginfo_ocaml.c | 400 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 D | SpecialCaseList.cpp | 27 Error SpecialCaseList::Matcher::insert(StringRef Pattern, unsigned LineNumber, in insert()
|
/llvm-project/clang/unittests/Tooling/ |
H A D | TestVisitor.h | 183 MatchCandidate(Twine Name, unsigned LineNumber, unsigned ColumnNumber) member
|
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 632 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 D | LVCodeViewVisitor.h | 302 void addInlineeInfo(TypeIndex TI, uint32_t LineNumber, StringRef Filename) { in addInlineeInfo()
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | HTMLDiagnostics.cpp | 565 int LineNumber = path.back()->getLocation().asLocation().getExpansionLineNumber(); FinalizeHTML() local 602 int LineNumber = FinalizeHTML() local
|
/llvm-project/llvm/tools/llvm-cov/ |
H A D | SourceCoverageViewText.cpp | 166 unsigned LineNumber = L.LineNo; in renderLine() local
|
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVObject.h | 135 uint32_t LineNumber = 0; variable
|