Home
last modified time | relevance | path

Searched refs:IncludeOffset (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManagerInternals.h51 unsigned IncludeOffset; member
55 unsigned IncludeOffset) { in get()
61 E.IncludeOffset = IncludeOffset; in get()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DSourceManager.cpp223 unsigned IncludeOffset = 0; in AddLineNote() local
225 IncludeOffset = Entries.empty() ? 0 : Entries.back().IncludeOffset; in AddLineNote()
227 IncludeOffset = Offset-1; in AddLineNote()
229 assert(!Entries.empty() && Entries.back().IncludeOffset && in AddLineNote()
233 IncludeOffset = 0; in AddLineNote()
235 FindNearestLineEntry(FID, Entries.back().IncludeOffset)) in AddLineNote()
236 IncludeOffset = PrevEntry->IncludeOffset; in AddLineNote()
240 IncludeOffset)); in AddLineNote()
1468 if (Entry->IncludeOffset) { in getPresumedLoc()
1470 IncludeLoc = IncludeLoc.getLocWithOffset(Entry->IncludeOffset); in getPresumedLoc()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DUSRGeneration.cpp27 const SourceManager &SM, bool IncludeOffset) { in printLoc() argument
40 if (IncludeOffset) { in printLoc()
128 bool GenLoc(const Decl *D, bool IncludeOffset);
595 bool USRGenerator::GenLoc(const Decl *D, bool IncludeOffset) { in GenLoc() argument
611 Context->getSourceManager(), IncludeOffset); in GenLoc()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp1262 unsigned IncludeOffset = Record[Idx++]; in ParseLineTable() local
1264 FileKind, IncludeOffset)); in ParseLineTable()
H A DASTWriter.cpp2408 Record.push_back(LE.IncludeOffset); in WriteSourceManagerBlock()