Searched refs:ReadSourceLocation (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
| H A D | ASTRecordReader.h | 275 return Reader->ReadSourceLocation(*F, Record, Idx); in readSourceLocation()
|
| H A D | ASTReader.h | 2144 SourceLocation ReadSourceLocation(ModuleFile &ModuleFile, uint32_t Raw) const { in ReadSourceLocation() function 2163 SourceLocation ReadSourceLocation(ModuleFile &ModuleFile, in ReadSourceLocation() function 2166 return ReadSourceLocation(ModuleFile, Record[Idx++]); in ReadSourceLocation()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 1525 SourceLocation IncludeLoc = ReadSourceLocation(*F, Record[1]); in ReadSLocEntry() 1567 SourceLocation IncludeLoc = ReadSourceLocation(*F, Record[1]); in ReadSLocEntry() 1581 SourceLocation SpellingLoc = ReadSourceLocation(*F, Record[1]); in ReadSLocEntry() 1583 ReadSourceLocation(*F, Record[2]), in ReadSLocEntry() 1584 ReadSourceLocation(*F, Record[3]), in ReadSLocEntry() 1675 Tok.setLocation(ReadSourceLocation(F, Record, Idx)); in ReadToken() 1748 SourceLocation Loc = ReadSourceLocation(F, Record, NextIndex); in ReadMacroRecord() 1750 MI->setDefinitionEndLoc(ReadSourceLocation(F, Record, NextIndex)); in ReadMacroRecord() 2193 SourceLocation Loc = ReadSourceLocation(M, Record, Idx); in resolvePendingMacro() 3316 ReadSourceLocation(F, Record, I).getRawEncoding()); in ReadASTBlock() [all …]
|