Searched refs:FullFileNameStart (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp5970 const char *FullFileNameStart = Blob.data() + Record[0]; local
5971 StringRef FullFileName(FullFileNameStart, Blob.size() - Record[0]);

Completed in 124 milliseconds