Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h2503 static StringRef ReadStringBlob(const RecordDataImpl &Record, unsigned &Idx,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3281 StringRef ImportedName = ReadStringBlob(Record, Idx, Blob); in ReadControlBlock()
5922 StringRef ModuleName = ReadStringBlob(Record, Idx, Blob); in readASTFileControlBlock()
5938 StringRef FilenameStr = ReadStringBlob(Record, Idx, Blob); in readASTFileControlBlock()
10066 StringRef ASTReader::ReadStringBlob(const RecordDataImpl &Record, unsigned &Idx, in ReadStringBlob() function in ASTReader
10088 StringRef Filename = ReadStringBlob(Record, Idx, Blob); in ReadPathBlob()