Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Serialization/
DASTReader.h866 SourceLocation PushLocation; member
878 SourceLocation PushLocation; member
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp3760 Entry.PushLocation = ReadSourceLocation(F, Record[Idx++]); in ReadASTBlock()
3783 Entry.PushLocation = ReadSourceLocation(F, Record[Idx++]); in ReadASTBlock()
7890 PragmaPackStack.front().PushLocation); in UpdateSema()
7896 Entry.Location, Entry.PushLocation); in UpdateSema()
7918 FpPragmaStack.front().PushLocation); in UpdateSema()
7924 Entry.SlotLabel, Entry.Value, Entry.Location, Entry.PushLocation); in UpdateSema()