Home
last modified time | relevance | path

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

12

/llvm-project/clang/include/clang/Basic/
H A DSourceManagerInternals.h37 unsigned LineNo; member
/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...]
/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp349 DIFile *File, unsigned LineNo, in createTypedef() argument
361 unsigned LineNo, DIScope *Context, in createTemplateAlias() argument
582 createSetType(DIScope * Scope,StringRef Name,DIFile * File,unsigned LineNo,uint64_t SizeInBits,uint32_t AlignInBits,DIType * Ty) createSetType() argument
790 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
807 createAutoVariable(DIScope * Scope,StringRef Name,DIFile * File,unsigned LineNo,DIType * Ty,bool AlwaysPreserve,DINode::DIFlags Flags,uint32_t AlignInBits) createAutoVariable() argument
820 createParameterVariable(DIScope * Scope,StringRef Name,unsigned ArgNo,DIFile * File,unsigned LineNo,DIType * Ty,bool AlwaysPreserve,DINode::DIFlags Flags,DINodeArray Annotations) createParameterVariable() argument
831 createLabel(DIScope * Context,StringRef Name,DIFile * File,unsigned LineNo,bool AlwaysPreserve) createLabel() argument
857 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
877 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
892 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
916 createCommonBlock(DIScope * Scope,DIGlobalVariable * Decl,StringRef Name,DIFile * File,unsigned LineNo) createCommonBlock() argument
935 createModule(DIScope * Scope,StringRef Name,StringRef ConfigurationMacros,StringRef IncludePath,StringRef APINotesFile,DIFile * File,unsigned LineNo,bool IsDecl) createModule() argument
[all...]
H A DDebugInfo.cpp1121 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
1365 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
1393 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
1407 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
1427 LLVMDIBuilderCreateTypedef(LLVMDIBuilderRef Builder,LLVMMetadataRef Type,const char * Name,size_t NameLen,LLVMMetadataRef File,unsigned LineNo,LLVMMetadataRef Scope,uint32_t AlignInBits) LLVMDIBuilderCreateTypedef() argument
1607 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
1657 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
1732 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
1742 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.cpp1221 SubclassData32 = LineNo; in getImpl() argument
1214 DICommonBlock(LLVMContext & Context,StorageType Storage,unsigned LineNo,ArrayRef<Metadata * > Ops) DICommonBlock() argument
1230 DIModule(LLVMContext & Context,StorageType Storage,unsigned LineNo,bool IsDecl,ArrayRef<Metadata * > Ops) DIModule() argument
1240 getImpl(LLVMContext & Context,Metadata * File,Metadata * Scope,MDString * Name,MDString * ConfigurationMacros,MDString * IncludePath,MDString * APINotesFile,unsigned LineNo,bool IsDecl,StorageType Storage,bool ShouldCreate) getImpl() argument
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DMIRFSDiscriminator.cpp150 unsigned LineNo = in runOnMachineFunction() local
/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp797 unsigned LineNo = PLoc.getLine(); in emitDiagnosticLoc() local
963 unsigned LineNo; member
1002 unsigned LineNo, in buildFixItInsertionLine() argument
1358 for (unsigned LineNo = Lines.first; LineNo != Lines.second + 1; in emitSnippetAndCaret() local
1452 emitSnippet(StringRef SourceLine,unsigned MaxLineNoDisplayWidth,unsigned LineNo,unsigned DisplayLineNo,ArrayRef<StyleRange> Styles) emitSnippet() argument
[all...]
H A DPrintPreprocessedOutput.cpp252 void PrintPPOutputPPCallbacks::WriteLineInfo(unsigned LineNo, in WriteLineInfo() argument
282 bool PrintPPOutputPPCallbacks::MoveToLine(unsigned LineNo, in MoveToLine() argument
[all...]
H A DFrontendAction.cpp277 unsigned LineNo; in ReadOriginalFileName() local
/llvm-project/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h83 int LineNo; variable
/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.h189 int64_t LineNo; global() member
H A DSourceCoverageViewHTML.cpp935 unsigned LineNo = L.LineNo; renderLine() local
1068 renderLineNumberColumn(raw_ostream & OS,unsigned LineNo) renderLineNumberColumn() argument
H A DSourceCoverageViewText.cpp228 unsigned LineNo) { in renderLineNumberColumn() argument
/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h285 int LineNo = 0; variable
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtil.cpp135 int LineNo = 0; in ParseDictionaryFile() local
/llvm-project/clang/lib/Rewrite/
H A DHTMLRewrite.cpp237 AddLineNumber(RewriteBuffer & RB,unsigned LineNo,unsigned B,unsigned E) AddLineNumber() argument
265 unsigned LineNo = 0; AddLineNumbers() local
/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp211 AddLineNote(FileID FID,unsigned Offset,unsigned LineNo,int FilenameID,unsigned EntryExit,SrcMgr::CharacteristicKind FileKind) AddLineNote() argument
280 AddLineNote(SourceLocation Loc,unsigned LineNo,int FilenameID,bool IsFileEntry,bool IsFileExit,SrcMgr::CharacteristicKind FileKind) AddLineNote() argument
1388 unsigned LineNo = Pos-SourceLineCacheStart; getLineNumber() local
1496 unsigned LineNo = getLineNumber(LocInfo.first, LocInfo.second, &Invalid); getPresumedLoc() local
[all...]
/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp697 unsigned LineNo = 1; main() local
/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp388 unsigned LineNo = 0; in ParseMicrosoftAsmStatement() local
/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp190 unsigned LineNo = 1; in parseCrossTUIndex() local
/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h1120 parseError(size_t LineNo,Error E) parseError() argument
1127 parseError(size_t LineNo,char const * Fmt,const Ts &...Vals) parseError() argument
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp506 for (unsigned LineNo : Lines) { in printCoverage() local
/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1260 collectDefaultElementTypesForBlockPointer(const BlockPointerType * Ty,llvm::DIFile * Unit,llvm::DIDerivedType * DescTy,unsigned LineNo,SmallVectorImpl<llvm::Metadata * > & EltTys) collectDefaultElementTypesForBlockPointer() argument
4035 collectVarDeclProps(const VarDecl * VD,llvm::DIFile * & Unit,unsigned & LineNo,QualType & T,StringRef & Name,StringRef & LinkageName,llvm::MDTuple * & TemplateParameters,llvm::DIScope * & VDContext) collectVarDeclProps() argument
4241 getObjCMethodDeclaration(const Decl * D,llvm::DISubroutineType * FnType,unsigned LineNo,llvm::DINode::DIFlags Flags,llvm::DISubprogram::DISPFlags SPFlags) getObjCMethodDeclaration() argument
4440 const unsigned LineNo = getLineNumber(Loc.isValid() ? Loc : CurLoc); emitFunctionStart() local
4513 unsigned LineNo = getLineNumber(Loc); EmitFunctionDecl() local
5360 CollectAnonRecordDecls(const RecordDecl * RD,llvm::DIFile * Unit,unsigned LineNo,StringRef LinkageName,llvm::GlobalVariable * Var,llvm::DIScope * DContext) CollectAnonRecordDecls() argument
5639 unsigned LineNo; EmitGlobalVariable() local
[all...]
/llvm-project/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c281 value File, value LineNo, value Ty, in llvm_dibuild_create_function_native() argument
642 llvm_dibuild_create_typedef_native(value Builder,value Type,value Name,value File,value LineNo,value Scope,value AlignInBits) llvm_dibuild_create_typedef_native() argument

12