Searched refs:ReadSourceLocation (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTRecordReader.h | 275 return Reader->ReadSourceLocation(*F, Record, Idx); in readSourceLocation()
|
| H A D | ASTReader.h | 2149 SourceLocation ReadSourceLocation(ModuleFile &ModuleFile, in ReadSourceLocation() function 2170 SourceLocation ReadSourceLocation(ModuleFile &ModuleFile, in ReadSourceLocation() function 2173 return ReadSourceLocation(ModuleFile, Record[Idx++]); in ReadSourceLocation()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 1677 Tok.setLocation(ReadSourceLocation(F, Record, Idx)); in ReadToken() 2195 SourceLocation Loc = ReadSourceLocation(M, Record, Idx); in resolvePendingMacro() 3323 ReadSourceLocation(F, Record, I).getRawEncoding()); in ReadASTBlock() 3388 auto Loc = ReadSourceLocation(F, Record, Idx); in ReadASTBlock() 3488 ReadSourceLocation(F, Record, Idx).getRawEncoding()); in ReadASTBlock() 3507 ReadSourceLocation(F, Record, I).getRawEncoding()); in ReadASTBlock() 3786 Entry.Location = ReadSourceLocation(F, Record[Idx++]); in ReadASTBlock() 3809 Entry.Location = ReadSourceLocation(F, Record[Idx++]); in ReadASTBlock() 6369 ReadSourceLocation(F, F.PragmaDiagMappings[Idx++]); in ReadPragmaDiagnosticMappings() 8990 SourceLocation beg = ReadSourceLocation(F, Record, Idx); in ReadSourceRange() [all …]
|