Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Serialization/
DASTReader.h2122 SourceLocation ReadUntranslatedSourceLocation(uint32_t Raw) const { in ReadUntranslatedSourceLocation() function
2128 SourceLocation Loc = ReadUntranslatedSourceLocation(Raw); in ReadSourceLocation()
/external/clang/include/clang/Serialization/
DASTReader.h1988 SourceLocation ReadUntranslatedSourceLocation(uint32_t Raw) const { in ReadUntranslatedSourceLocation() function
1994 SourceLocation Loc = ReadUntranslatedSourceLocation(Raw); in ReadSourceLocation()
/external/clang/lib/Serialization/
DASTReader.cpp2350 ReadUntranslatedSourceLocation(Record[Idx++]); in ReadControlBlock()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp2772 ReadUntranslatedSourceLocation(Record[Idx++]); in ReadControlBlock()