/llvm-project/clang/include/clang/Basic/ |
H A D | SourceManagerInternals.h | 37 unsigned LineNo; member
|
/llvm-project/llvm/lib/Support/ |
H A D | SpecialCaseList.cpp | 133 SpecialCaseList::addSection(StringRef SectionStr, unsigned LineNo, in addSection() 162 unsigned LineNo = LineIt.line_number(); in parse() local
|
H A D | SourceMgr.cpp | 200 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 D | DIBuilder.cpp | 349 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 D | DebugInfo.cpp | 1121 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 D | DebugInfoMetadata.cpp | 1221 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 D | MIRFSDiscriminator.cpp | 150 unsigned LineNo = in runOnMachineFunction() local
|
/llvm-project/clang/lib/Frontend/ |
H A D | TextDiagnostic.cpp | 797 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 D | PrintPreprocessedOutput.cpp | 252 void PrintPPOutputPPCallbacks::WriteLineInfo(unsigned LineNo, in WriteLineInfo() argument 282 bool PrintPPOutputPPCallbacks::MoveToLine(unsigned LineNo, in MoveToLine() argument [all...] |
H A D | FrontendAction.cpp | 277 unsigned LineNo; in ReadOriginalFileName() local
|
/llvm-project/clang/include/clang/CrossTU/ |
H A D | CrossTranslationUnit.h | 83 int LineNo; variable
|
/llvm-project/llvm/tools/llvm-cov/ |
H A D | SourceCoverageView.h | 189 int64_t LineNo; global() member
|
H A D | SourceCoverageViewHTML.cpp | 935 unsigned LineNo = L.LineNo; renderLine() local 1068 renderLineNumberColumn(raw_ostream & OS,unsigned LineNo) renderLineNumberColumn() argument
|
H A D | SourceCoverageViewText.cpp | 228 unsigned LineNo) { in renderLineNumberColumn() argument
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | SourceMgr.h | 285 int LineNo = 0; variable
|
/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerUtil.cpp | 135 int LineNo = 0; in ParseDictionaryFile() local
|
/llvm-project/clang/lib/Rewrite/ |
H A D | HTMLRewrite.cpp | 237 AddLineNumber(RewriteBuffer & RB,unsigned LineNo,unsigned B,unsigned E) AddLineNumber() argument 265 unsigned LineNo = 0; AddLineNumbers() local
|
/llvm-project/clang/lib/Basic/ |
H A D | SourceManager.cpp | 211 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 D | ClangFormat.cpp | 697 unsigned LineNo = 1; main() local
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseStmtAsm.cpp | 388 unsigned LineNo = 0; in ParseMicrosoftAsmStatement() local
|
/llvm-project/clang/lib/CrossTU/ |
H A D | CrossTranslationUnit.cpp | 190 unsigned LineNo = 1; in parseCrossTUIndex() local
|
/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.h | 1120 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 D | PlistDiagnostics.cpp | 506 for (unsigned LineNo : Lines) { in printCoverage() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 1260 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 D | debuginfo_ocaml.c | 281 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
|