Searched defs:LineNo (Results 1 - 13 of 13) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
H A DSpecialCaseList.cpp88 int LineNo = 1; local
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManagerInternals.h34 unsigned LineNo; member in struct:clang::LineEntry
/freebsd-10-stable/lib/libc/gen/
H A Dfstab.c53 static int LineNo = 0; variable
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Core/
H A DHTMLRewrite.cpp208 static void AddLineNumber(RewriteBuffer &RB, unsigned LineNo, argument
215 << LineNo << "</td><td class=\"line\">"; local
236 unsigned LineNo = 0; local
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DSourceMgr.cpp97 unsigned LineNo = 1; local
366 S << ':' << LineNo; local
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DDIBuilder.cpp349 createTypedef(DIType Ty, StringRef Name, DIFile File, unsigned LineNo, DIDescriptor Context) argument
533 createTemplateTypeParameter(DIDescriptor Context, StringRef Name, DIType Ty, MDNode *File, unsigned LineNo, unsigned ColumnNo) argument
549 createTemplateValueParameter(unsigned Tag, DIDescriptor Context, StringRef Name, DIType Ty, Value *Val, MDNode *File, unsigned LineNo, unsigned ColumnNo) argument
570 createTemplateValueParameter(DIDescriptor Context, StringRef Name, DIType Ty, Value *Val, MDNode *File, unsigned LineNo, unsigned ColumnNo) argument
580 createTemplateTemplateParameter(DIDescriptor Context, StringRef Name, DIType Ty, StringRef Val, MDNode *File, unsigned LineNo, unsigned ColumnNo) argument
590 createTemplateParameterPack(DIDescriptor Context, StringRef Name, DIType Ty, DIArray Val, MDNode *File, unsigned LineNo, unsigned ColumnNo) argument
987 createLocalVariable(unsigned Tag, DIDescriptor Scope, StringRef Name, DIFile File, unsigned LineNo, DIType Ty, bool AlwaysPreserve, unsigned Flags, unsigned ArgNo) argument
1024 createComplexVariable(unsigned Tag, DIDescriptor Scope, StringRef Name, DIFile F, unsigned LineNo, DIType Ty, ArrayRef<Value *> Addr, unsigned ArgNo) argument
1047 createFunction(DIScopeRef Context, StringRef Name, StringRef LinkageName, DIFile File, unsigned LineNo, DICompositeType Ty, bool isLocalToUnit, bool isDefinition, unsigned ScopeLine, unsigned Flags, bool isOptimized, Function *Fn, MDNode *TParams, MDNode *Decl) argument
1063 createFunction(DIDescriptor Context, StringRef Name, StringRef LinkageName, DIFile File, unsigned LineNo, DICompositeType Ty, bool isLocalToUnit, bool isDefinition, unsigned ScopeLine, unsigned Flags, bool isOptimized, Function *Fn, MDNode *TParams, MDNode *Decl) argument
1106 createMethod(DIDescriptor Context, StringRef Name, StringRef LinkageName, DIFile F, unsigned LineNo, DICompositeType Ty, bool isLocalToUnit, bool isDefinition, unsigned VK, unsigned VIndex, DIType VTableHolder, unsigned Flags, bool isOptimized, Function *Fn, MDNode *TParam) argument
1153 createNameSpace(DIDescriptor Scope, StringRef Name, DIFile File, unsigned LineNo) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp189 void PrintPPOutputPPCallbacks::WriteLineInfo(unsigned LineNo, argument
196 OS << "#line" << ' ' << LineNo << ' ' << '"'; local
200 OS << '#' << ' ' << LineNo << ' ' << '"'; local
219 bool PrintPPOutputPPCallbacks::MoveToLine(unsigned LineNo) { argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/
H A DSourceManager.cpp298 void SourceManager::AddLineNote(SourceLocation Loc, unsigned LineNo, argument
318 void SourceManager::AddLineNote(SourceLocation Loc, unsigned LineNo, argument
197 AddLineNote(FileID FID, unsigned Offset, unsigned LineNo, int FilenameID) argument
228 AddLineNote(FileID FID, unsigned Offset, unsigned LineNo, int FilenameID, unsigned EntryExit, SrcMgr::CharacteristicKind FileKind) argument
1411 unsigned LineNo = Pos-SourceLineCacheStart; local
1516 unsigned LineNo = getLineNumber(LocInfo.first, LocInfo.second, &Invalid); local
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
H A DPPDirectives.cpp956 unsigned LineNo; local
1101 unsigned LineNo; local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp1072 unsigned LineNo = PLoc.isValid() ? PLoc.getLine() : local
H A DCGDebugInfo.cpp691 unsigned LineNo = getLineNumber(CurLoc); local
2520 unsigned LineNo = getLineNumber(Loc); local
3115 unsigned LineNo = getLineNumber(D->getLocation()); local
3151 unsigned LineNo = getLineNumber(ID->getLocation()); local
3257 unsigned LineNo = getLineNumber(NSDecl->getLocation()); local
[all...]
/freebsd-10-stable/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1672 int LineNo = local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp815 unsigned LineNo = Record[Idx++]; local

Completed in 408 milliseconds