/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | SourceManagerInternals.h | 37 unsigned LineNo; member
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 349 DIFile *File, unsigned LineNo, in createTypedef() 361 unsigned LineNo, DIScope *Context, in createTemplateAlias() 582 DIFile *File, unsigned LineNo, in createSetType() 790 unsigned LineNo, DIType *Ty, bool AlwaysPreserve, DINode::DIFlags Flags, in createLocalVariable() 807 DIFile *File, unsigned LineNo, in createAutoVariable() 820 unsigned LineNo, DIType *Ty, bool AlwaysPreserve, DINode::DIFlags Flags, in createParameterVariable() 831 unsigned LineNo, bool AlwaysPreserve) { in createLabel() 857 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, in createFunction() 877 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, in createTempFunctionFwdDecl() 892 unsigned LineNo, DISubroutineType *Ty, unsigned VIndex, int ThisAdjustment, in createMethod() [all …]
|
H A D | DebugInfo.cpp | 1121 LLVMMetadataRef File, unsigned LineNo, LLVMMetadataRef Ty, in LLVMDIBuilderCreateFunction() 1365 size_t NameLen, LLVMMetadataRef File, unsigned LineNo, uint64_t SizeInBits, in LLVMDIBuilderCreateMemberType() 1393 LLVMMetadataRef File, unsigned LineNo, in LLVMDIBuilderCreateObjCIVar() 1407 LLVMMetadataRef File, unsigned LineNo, in LLVMDIBuilderCreateObjCProperty() 1427 LLVMMetadataRef File, unsigned LineNo, in LLVMDIBuilderCreateTypedef() 1607 unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit, in LLVMDIBuilderCreateGlobalVariableExpression() 1657 unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit, in LLVMDIBuilderCreateTempGlobalVariableFwdDecl() 1732 size_t NameLen, LLVMMetadataRef File, unsigned LineNo, LLVMMetadataRef Ty, in LLVMDIBuilderCreateAutoVariable() 1742 size_t NameLen, unsigned ArgNo, LLVMMetadataRef File, unsigned LineNo, in LLVMDIBuilderCreateParameterVariable()
|
H A D | DebugInfoMetadata.cpp | 1214 unsigned LineNo, ArrayRef<Metadata *> Ops) in DICommonBlock() 1221 Metadata *File, unsigned LineNo, in getImpl() 1230 DIModule::DIModule(LLVMContext &Context, StorageType Storage, unsigned LineNo, in DIModule() 1240 unsigned LineNo, bool IsDecl, StorageType Storage, in getImpl()
|
/freebsd/lib/libc/gen/ |
H A D | fstab.c | 49 static int LineNo = 0; variable
|
/freebsd/contrib/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() 1358 for (unsigned LineNo = Lines.first; LineNo != Lines.second + 1; in emitSnippetAndCaret() local 1452 unsigned LineNo, unsigned DisplayLineNo, in emitSnippet()
|
H A D | PrintPreprocessedOutput.cpp | 252 void PrintPPOutputPPCallbacks::WriteLineInfo(unsigned LineNo, in WriteLineInfo() 282 bool PrintPPOutputPPCallbacks::MoveToLine(unsigned LineNo, in MoveToLine()
|
H A D | FrontendAction.cpp | 277 unsigned LineNo; in ReadOriginalFileName() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MIRFSDiscriminator.cpp | 148 unsigned LineNo = runOnMachineFunction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | SourceMgr.cpp | 200 unsigned LineNo = SB.getLineNumber(Ptr); in getLineAndColumn() local 234 SMLoc SourceMgr::FindLocForLineAndColumn(unsigned BufferID, unsigned LineNo, in FindLocForLineAndColumn()
|
H A D | SpecialCaseList.cpp | 129 unsigned LineNo = 1; parse() local
|
/freebsd/contrib/llvm-project/clang/include/clang/CrossTU/ |
H A D | CrossTranslationUnit.h | 83 int LineNo; variable
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | SourceCoverageView.h | 189 int64_t LineNo; member
|
H A D | SourceCoverageViewHTML.cpp | 935 unsigned LineNo = L.LineNo; in renderLine() local 1068 unsigned LineNo) { in renderLineNumberColumn()
|
H A D | SourceCoverageViewText.cpp | 228 unsigned LineNo) { in renderLineNumberColumn()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | SourceMgr.h | 285 int LineNo = 0; variable
|
/freebsd/contrib/llvm-project/clang/lib/Rewrite/ |
H A D | HTMLRewrite.cpp | 237 static void AddLineNumber(RewriteBuffer &RB, unsigned LineNo, in AddLineNumber() 265 unsigned LineNo = 0; in AddLineNumbers() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerUtil.cpp | 135 int LineNo = 0; in ParseDictionaryFile() local
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | SourceManager.cpp | 211 void LineTableInfo::AddLineNote(FileID FID, unsigned Offset, unsigned LineNo, in AddLineNote() 280 void SourceManager::AddLineNote(SourceLocation Loc, unsigned LineNo, in AddLineNote() 1388 unsigned LineNo = Pos-SourceLineCacheStart; in getLineNumber() local 1496 unsigned LineNo = getLineNumber(LocInfo.first, LocInfo.second, &Invalid); in getPresumedLoc() local
|
/freebsd/contrib/llvm-project/clang/tools/clang-format/ |
H A D | ClangFormat.cpp | 701 unsigned LineNo = 1; in main() local
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseStmtAsm.cpp | 388 unsigned LineNo = 0; in ParseMicrosoftAsmStatement() local
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.h | 1125 Error parseError(size_t LineNo, Error E) const { in parseError() 1132 Error parseError(size_t LineNo, char const *Fmt, const Ts &...Vals) const { in parseError()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 1260 unsigned LineNo, SmallVectorImpl<llvm::Metadata *> &EltTys) { in collectDefaultElementTypesForBlockPointer() 4035 unsigned &LineNo, QualType &T, in collectVarDeclProps() 4241 const Decl *D, llvm::DISubroutineType *FnType, unsigned LineNo, in getObjCMethodDeclaration() 4440 const unsigned LineNo = getLineNumber(Loc.isValid() ? Loc : CurLoc); in emitFunctionStart() local 4513 unsigned LineNo = getLineNumber(Loc); in EmitFunctionDecl() local 5360 const RecordDecl *RD, llvm::DIFile *Unit, unsigned LineNo, in CollectAnonRecordDecls() 5639 unsigned LineNo; in EmitGlobalVariable() local
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPDirectives.cpp | 1482 unsigned LineNo; in HandleLineDirective() local 1640 unsigned LineNo; in HandleDigitDirective() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | HTMLDiagnostics.cpp | 467 for (unsigned LineNo : I->second) { in dumpCoverageData() local
|