Home
last modified time | relevance | path

Searched refs:hasLineTable (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1592 bool hasLineTable() const { return LineTable != nullptr; } in hasLineTable() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2286 if (SourceMgr.hasLineTable()) { in WriteSourceManagerBlock()