Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h2438 ReadUntranslatedSourceLocation(RawLocEncoding Raw) const { in ReadUntranslatedSourceLocation() function
2447 auto [Loc, ModuleFileIndex] = ReadUntranslatedSourceLocation(Raw); in ReadSourceLocation()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3277 ReadUntranslatedSourceLocation(Record[Idx++]); in ReadControlBlock()