Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDASTReader.h2102 SourceLocation ReadUntranslatedSourceLocation(uint32_t Raw) const { in ReadUntranslatedSourceLocation() function
2108 SourceLocation Loc = ReadUntranslatedSourceLocation(Raw); in ReadSourceLocation()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp2788 ReadUntranslatedSourceLocation(Record[Idx++]); in ReadControlBlock()