Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMP.cpp202 unsigned LineNo = 0; in prettifyFunctionName() local
212 unsigned &LineNo) { in deconstructOpenMPKernelName()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp134 unsigned LineNo, bool UseGlobs) { in addSection()
165 unsigned LineNo = LineIt.line_number(); in parse() local
H A DSourceMgr.cpp200 unsigned LineNo = SB.getLineNumber(Ptr); in getLineAndColumn() local
234 SMLoc SourceMgr::FindLocForLineAndColumn(unsigned BufferID, unsigned LineNo, in FindLocForLineAndColumn()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManagerInternals.h37 unsigned LineNo; member
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp380 DIFile *File, unsigned LineNo, in createTypedef()
392 unsigned LineNo, DIScope *Context, in createTemplateAlias()
674 DIFile *File, unsigned LineNo, in createSetType()
853 StringRef Name, DIFile *File, unsigned LineNo, DIScope *Scope, in createSubrangeType()
908 unsigned LineNo, DIType *Ty, bool AlwaysPreserve, DINode::DIFlags Flags, in createLocalVariable()
925 DIFile *File, unsigned LineNo, in createAutoVariable()
938 unsigned LineNo, DIType *Ty, bool AlwaysPreserve, DINode::DIFlags Flags, in createParameterVariable()
949 unsigned LineNo, unsigned Column, in createLabel()
979 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, in createFunction()
998 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, in createTempFunctionFwdDecl()
[all …]
H A DDebugInfo.cpp1149 LLVMMetadataRef File, unsigned LineNo, LLVMMetadataRef Ty, in LLVMDIBuilderCreateFunction()
1339 size_t NameLen, unsigned LineNo, LLVMMetadataRef File, uint64_t SizeInBits, in LLVMDIBuilderCreateSubrangeType()
1363 size_t NameLen, unsigned LineNo, LLVMMetadataRef File, uint64_t Size, in LLVMDIBuilderCreateDynamicArrayType()
1459 size_t NameLen, LLVMMetadataRef File, unsigned LineNo, uint64_t SizeInBits, in LLVMDIBuilderCreateMemberType()
1487 LLVMMetadataRef File, unsigned LineNo, in LLVMDIBuilderCreateObjCIVar()
1501 LLVMMetadataRef File, unsigned LineNo, in LLVMDIBuilderCreateObjCProperty()
1522 LLVMMetadataRef File, unsigned LineNo, in LLVMDIBuilderCreateTypedef()
1702 unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit, in LLVMDIBuilderCreateGlobalVariableExpression()
1752 unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit, in LLVMDIBuilderCreateTempGlobalVariableFwdDecl()
1831 size_t NameLen, LLVMMetadataRef File, unsigned LineNo, LLVMMetadataRef Ty, in LLVMDIBuilderCreateAutoVariable()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSpecialCaseList.h132 unsigned LineNo; member
H A DSourceMgr.h286 int LineNo = 0; variable
/freebsd/lib/libc/gen/
H A Dfstab.c49 static int LineNo = 0; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp795 unsigned LineNo = PLoc.getLine(); in emitDiagnosticLoc() local
961 unsigned LineNo; member
999 static std::string buildFixItInsertionLine(FileID FID, unsigned LineNo, in buildFixItInsertionLine()
1355 for (unsigned LineNo = Lines.first; LineNo != Lines.second + 1; in emitSnippetAndCaret() local
1449 unsigned LineNo, unsigned DisplayLineNo, in emitSnippet()
H A DPrintPreprocessedOutput.cpp251 void PrintPPOutputPPCallbacks::WriteLineInfo(unsigned LineNo, in WriteLineInfo()
281 bool PrintPPOutputPPCallbacks::MoveToLine(unsigned LineNo, in MoveToLine()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRFSDiscriminator.cpp148 unsigned LineNo = runOnMachineFunction() local
/freebsd/contrib/llvm-project/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h83 int LineNo; variable
/freebsd/contrib/llvm-project/clang/lib/Rewrite/
H A DHTMLRewrite.cpp236 static void AddLineNumber(RewriteBuffer &RB, unsigned LineNo, in AddLineNumber()
264 unsigned LineNo = 0; in AddLineNumbers() local
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtil.cpp135 int LineNo = 0; in ParseDictionaryFile() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.h191 int64_t LineNo; member
H A DSourceCoverageViewHTML.cpp930 unsigned LineNo = L.LineNo; in renderLine() local
1066 unsigned LineNo) { in renderLineNumberColumn()
H A DSourceCoverageViewText.cpp228 unsigned LineNo) { in renderLineNumberColumn()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp197 void LineTableInfo::AddLineNote(FileID FID, unsigned Offset, unsigned LineNo, in AddLineNote()
266 void SourceManager::AddLineNote(SourceLocation Loc, unsigned LineNo, in AddLineNote()
1393 unsigned LineNo = Pos-SourceLineCacheStart; in getLineNumber() local
1501 unsigned LineNo = getLineNumber(LocInfo.first, LocInfo.second, &Invalid); in getPresumedLoc() local
/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp697 unsigned LineNo = 1; in main() local
/freebsd/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp190 unsigned LineNo = 1; in parseCrossTUIndex() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp369 unsigned LineNo = 0; in ParseMicrosoftAsmStatement() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h1129 Error parseError(size_t LineNo, Error E) const { in parseError()
1136 Error parseError(size_t LineNo, char const *Fmt, const Ts &...Vals) const { in parseError()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp503 for (unsigned LineNo : Lines) { in printCoverage() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1439 unsigned LineNo, SmallVectorImpl<llvm::Metadata *> &EltTys) { in collectDefaultElementTypesForBlockPointer()
4285 unsigned &LineNo, QualType &T, in collectVarDeclProps()
4493 const Decl *D, llvm::DISubroutineType *FnType, unsigned LineNo, in getObjCMethodDeclaration()
4700 const unsigned LineNo = getLineNumber(Loc.isValid() ? Loc : CurLoc); in emitFunctionStart() local
4773 unsigned LineNo = getLineNumber(Loc); in EmitFunctionDecl() local
5623 const RecordDecl *RD, llvm::DIFile *Unit, unsigned LineNo, in CollectAnonRecordDecls()
5902 unsigned LineNo; in EmitGlobalVariable() local

12