Home
last modified time | relevance | path

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

/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()