Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h2183 SourceLocation ReadUntranslatedSourceLocation(uint32_t Raw) const { in ReadUntranslatedSourceLocation() function
2189 SourceLocation Loc = ReadUntranslatedSourceLocation(Raw); in ReadSourceLocation()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp2542 ReadUntranslatedSourceLocation(Record[Idx++]); in ReadControlBlock()