Home
last modified time | relevance | path

Searched defs:LineNo (Results 1 – 25 of 34) sorted by relevance

12

/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp133 SpecialCaseList::addSection(StringRef SectionStr, unsigned LineNo, in addSection()
162 unsigned LineNo = LineIt.line_number(); in parse() local
H A DSourceMgr.cpp200 unsigned LineNo = SB.getLineNumber(Ptr); getLineAndColumn() local
234 FindLocForLineAndColumn(unsigned BufferID,unsigned LineNo,unsigned ColNo) FindLocForLineAndColumn() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManagerInternals.h37 unsigned LineNo; member
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp788 unsigned LineNo = PLoc.getLine(); emitDiagnosticLoc() local
954 unsigned LineNo; global() member
993 buildFixItInsertionLine(FileID FID,unsigned LineNo,const SourceColumnMap & map,ArrayRef<FixItHint> Hints,const SourceManager & SM,const DiagnosticOptions * DiagOpts) buildFixItInsertionLine() argument
1187 for (unsigned LineNo = Lines.first; LineNo != Lines.second + 1; emitSnippetAndCaret() local
1280 emitSnippet(StringRef SourceLine,unsigned MaxLineNoDisplayWidth,unsigned LineNo) emitSnippet() argument
[all...]
H A DPrintPreprocessedOutput.cpp237 WriteLineInfo(unsigned LineNo,const char * Extra,unsigned ExtraLen) WriteLineInfo() argument
267 MoveToLine(unsigned LineNo,bool RequireStartOfLine) MoveToLine() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp335 createTypedef(DIType * Ty,StringRef Name,DIFile * File,unsigned LineNo,DIScope * Context,uint32_t AlignInBits,DINode::DIFlags Flags,DINodeArray Annotations) createTypedef() argument
555 createSetType(DIScope * Scope,StringRef Name,DIFile * File,unsigned LineNo,uint64_t SizeInBits,uint32_t AlignInBits,DIType * Ty) createSetType() argument
763 createLocalVariable(LLVMContext & VMContext,SmallVectorImpl<TrackingMDNodeRef> & PreservedNodes,DIScope * Context,StringRef Name,unsigned ArgNo,DIFile * File,unsigned LineNo,DIType * Ty,bool AlwaysPreserve,DINode::DIFlags Flags,uint32_t AlignInBits,DINodeArray Annotations=nullptr) createLocalVariable() argument
780 createAutoVariable(DIScope * Scope,StringRef Name,DIFile * File,unsigned LineNo,DIType * Ty,bool AlwaysPreserve,DINode::DIFlags Flags,uint32_t AlignInBits) createAutoVariable() argument
793 createParameterVariable(DIScope * Scope,StringRef Name,unsigned ArgNo,DIFile * File,unsigned LineNo,DIType * Ty,bool AlwaysPreserve,DINode::DIFlags Flags,DINodeArray Annotations) createParameterVariable() argument
804 createLabel(DIScope * Context,StringRef Name,DIFile * File,unsigned LineNo,bool AlwaysPreserve) createLabel() argument
830 createFunction(DIScope * Context,StringRef Name,StringRef LinkageName,DIFile * File,unsigned LineNo,DISubroutineType * Ty,unsigned ScopeLine,DINode::DIFlags Flags,DISubprogram::DISPFlags SPFlags,DITemplateParameterArray TParams,DISubprogram * Decl,DITypeArray ThrownTypes,DINodeArray Annotations,StringRef TargetFuncName) createFunction() argument
850 createTempFunctionFwdDecl(DIScope * Context,StringRef Name,StringRef LinkageName,DIFile * File,unsigned LineNo,DISubroutineType * Ty,unsigned ScopeLine,DINode::DIFlags Flags,DISubprogram::DISPFlags SPFlags,DITemplateParameterArray TParams,DISubprogram * Decl,DITypeArray ThrownTypes) createTempFunctionFwdDecl() argument
865 createMethod(DIScope * Context,StringRef Name,StringRef LinkageName,DIFile * F,unsigned LineNo,DISubroutineType * Ty,unsigned VIndex,int ThisAdjustment,DIType * VTableHolder,DINode::DIFlags Flags,DISubprogram::DISPFlags SPFlags,DITemplateParameterArray TParams,DITypeArray ThrownTypes) createMethod() argument
889 createCommonBlock(DIScope * Scope,DIGlobalVariable * Decl,StringRef Name,DIFile * File,unsigned LineNo) createCommonBlock() argument
908 createModule(DIScope * Scope,StringRef Name,StringRef ConfigurationMacros,StringRef IncludePath,StringRef APINotesFile,DIFile * File,unsigned LineNo,bool IsDecl) createModule() argument
[all...]
H A DDebugInfo.cpp1116 LLVMDIBuilderCreateFunction(LLVMDIBuilderRef Builder,LLVMMetadataRef Scope,const char * Name,size_t NameLen,const char * LinkageName,size_t LinkageNameLen,LLVMMetadataRef File,unsigned LineNo,LLVMMetadataRef Ty,LLVMBool IsLocalToUnit,LLVMBool IsDefinition,unsigned ScopeLine,LLVMDIFlags Flags,LLVMBool IsOptimized) LLVMDIBuilderCreateFunction() argument
1360 LLVMDIBuilderCreateMemberType(LLVMDIBuilderRef Builder,LLVMMetadataRef Scope,const char * Name,size_t NameLen,LLVMMetadataRef File,unsigned LineNo,uint64_t SizeInBits,uint32_t AlignInBits,uint64_t OffsetInBits,LLVMDIFlags Flags,LLVMMetadataRef Ty) LLVMDIBuilderCreateMemberType() argument
1388 LLVMDIBuilderCreateObjCIVar(LLVMDIBuilderRef Builder,const char * Name,size_t NameLen,LLVMMetadataRef File,unsigned LineNo,uint64_t SizeInBits,uint32_t AlignInBits,uint64_t OffsetInBits,LLVMDIFlags Flags,LLVMMetadataRef Ty,LLVMMetadataRef PropertyNode) LLVMDIBuilderCreateObjCIVar() argument
1402 LLVMDIBuilderCreateObjCProperty(LLVMDIBuilderRef Builder,const char * Name,size_t NameLen,LLVMMetadataRef File,unsigned LineNo,const char * GetterName,size_t GetterNameLen,const char * SetterName,size_t SetterNameLen,unsigned PropertyAttributes,LLVMMetadataRef Ty) LLVMDIBuilderCreateObjCProperty() argument
1422 LLVMDIBuilderCreateTypedef(LLVMDIBuilderRef Builder,LLVMMetadataRef Type,const char * Name,size_t NameLen,LLVMMetadataRef File,unsigned LineNo,LLVMMetadataRef Scope,uint32_t AlignInBits) LLVMDIBuilderCreateTypedef() argument
1602 LLVMDIBuilderCreateGlobalVariableExpression(LLVMDIBuilderRef Builder,LLVMMetadataRef Scope,const char * Name,size_t NameLen,const char * Linkage,size_t LinkLen,LLVMMetadataRef File,unsigned LineNo,LLVMMetadataRef Ty,LLVMBool LocalToUnit,LLVMMetadataRef Expr,LLVMMetadataRef Decl,uint32_t AlignInBits) LLVMDIBuilderCreateGlobalVariableExpression() argument
1652 LLVMDIBuilderCreateTempGlobalVariableFwdDecl(LLVMDIBuilderRef Builder,LLVMMetadataRef Scope,const char * Name,size_t NameLen,const char * Linkage,size_t LnkLen,LLVMMetadataRef File,unsigned LineNo,LLVMMetadataRef Ty,LLVMBool LocalToUnit,LLVMMetadataRef Decl,uint32_t AlignInBits) LLVMDIBuilderCreateTempGlobalVariableFwdDecl() argument
1705 LLVMDIBuilderCreateAutoVariable(LLVMDIBuilderRef Builder,LLVMMetadataRef Scope,const char * Name,size_t NameLen,LLVMMetadataRef File,unsigned LineNo,LLVMMetadataRef Ty,LLVMBool AlwaysPreserve,LLVMDIFlags Flags,uint32_t AlignInBits) LLVMDIBuilderCreateAutoVariable() argument
1715 LLVMDIBuilderCreateParameterVariable(LLVMDIBuilderRef Builder,LLVMMetadataRef Scope,const char * Name,size_t NameLen,unsigned ArgNo,LLVMMetadataRef File,unsigned LineNo,LLVMMetadataRef Ty,LLVMBool AlwaysPreserve,LLVMDIFlags Flags) LLVMDIBuilderCreateParameterVariable() argument
[all...]
H A DDebugInfoMetadata.cpp1230 DIModule::DIModule(LLVMContext &Context, StorageType Storage, unsigned LineNo, in getImpl() argument
1204 DICommonBlock(LLVMContext & Context,StorageType Storage,unsigned LineNo,ArrayRef<Metadata * > Ops) DICommonBlock() argument
1211 getImpl(LLVMContext & Context,Metadata * Scope,Metadata * Decl,MDString * Name,Metadata * File,unsigned LineNo,StorageType Storage,bool ShouldCreate) getImpl() argument
1220 DIModule(LLVMContext & Context,StorageType Storage,unsigned LineNo,bool IsDecl,ArrayRef<Metadata * > Ops) DIModule() argument
[all...]
/freebsd-src/lib/libc/gen/
H A Dfstab.c49 static int LineNo = 0; variable
/freebsd-src/contrib/llvm-project/clang/lib/Rewrite/
H A DHTMLRewrite.cpp237 static void AddLineNumber(RewriteBuffer &RB, unsigned LineNo, in AddLineNumbers() local
209 AddLineNumber(RewriteBuffer & RB,unsigned LineNo,unsigned B,unsigned E) AddLineNumber() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRFSDiscriminator.cpp150 unsigned LineNo = in runOnMachineFunction() local
/freebsd-src/contrib/llvm-project/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h83 int LineNo; variable
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.h193 int64_t LineNo; global() member
H A DSourceCoverageViewHTML.cpp757 unsigned LineNo = L.LineNo; renderLine() local
885 renderLineNumberColumn(raw_ostream & OS,unsigned LineNo) renderLineNumberColumn() argument
H A DSourceCoverageViewText.cpp228 unsigned LineNo) { in renderLineNumberColumn() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h285 int LineNo = 0; variable
/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtil.cpp135 int LineNo = 0; in ParseDictionaryFile() local
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp203 AddLineNote(FileID FID,unsigned Offset,unsigned LineNo,int FilenameID,unsigned EntryExit,SrcMgr::CharacteristicKind FileKind) AddLineNote() argument
272 AddLineNote(SourceLocation Loc,unsigned LineNo,int FilenameID,bool IsFileEntry,bool IsFileExit,SrcMgr::CharacteristicKind FileKind) AddLineNote() argument
1373 unsigned LineNo = Pos-SourceLineCacheStart; getLineNumber() local
1481 unsigned LineNo = getLineNumber(LocInfo.first, LocInfo.second, &Invalid); getPresumedLoc() local
[all...]
/freebsd-src/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp693 unsigned LineNo = 1; main() local
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h1001 parseError(size_t LineNo,Error E) parseError() argument
1008 parseError(size_t LineNo,char const * Fmt,const Ts &...Vals) parseError() argument
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp388 unsigned LineNo = 0; in ParseMicrosoftAsmStatement() local
/freebsd-src/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp190 unsigned LineNo = 1; in parseCrossTUIndex() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1241 collectDefaultElementTypesForBlockPointer(const BlockPointerType * Ty,llvm::DIFile * Unit,llvm::DIDerivedType * DescTy,unsigned LineNo,SmallVectorImpl<llvm::Metadata * > & EltTys) collectDefaultElementTypesForBlockPointer() argument
3882 collectVarDeclProps(const VarDecl * VD,llvm::DIFile * & Unit,unsigned & LineNo,QualType & T,StringRef & Name,StringRef & LinkageName,llvm::MDTuple * & TemplateParameters,llvm::DIScope * & VDContext) collectVarDeclProps() argument
4088 getObjCMethodDeclaration(const Decl * D,llvm::DISubroutineType * FnType,unsigned LineNo,llvm::DINode::DIFlags Flags,llvm::DISubprogram::DISPFlags SPFlags) getObjCMethodDeclaration() argument
4287 const unsigned LineNo = getLineNumber(Loc.isValid() ? Loc : CurLoc); emitFunctionStart() local
4360 unsigned LineNo = getLineNumber(Loc); EmitFunctionDecl() local
5225 CollectAnonRecordDecls(const RecordDecl * RD,llvm::DIFile * Unit,unsigned LineNo,StringRef LinkageName,llvm::GlobalVariable * Var,llvm::DIScope * DContext) CollectAnonRecordDecls() argument
5498 unsigned LineNo; EmitGlobalVariable() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp506 for (unsigned LineNo : Lines) { in printCoverage() local
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp1405 unsigned LineNo; HandleLineDirective() local
1563 unsigned LineNo; HandleDigitDirective() local

12