Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h2143 ReadUntranslatedSourceLocation(SourceLocation::UIntTy Raw) const { in ReadUntranslatedSourceLocation() function
2151 SourceLocation Loc = ReadUntranslatedSourceLocation(Raw); in ReadSourceLocation()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2814 ReadUntranslatedSourceLocation(Record[Idx++]); in ReadControlBlock()