Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1864 SourceLocation IncludeLoc = ReadSourceLocation(*F, Record[1]); in ReadSLocEntry()
1905 SourceLocation IncludeLoc = ReadSourceLocation(*F, Record[1]); in ReadSLocEntry()
1923 SourceLocation SpellingLoc = ReadSourceLocation(*F, Record[1]); in ReadSLocEntry()
1924 SourceLocation ExpansionBegin = ReadSourceLocation(*F, Record[2]); in ReadSLocEntry()
1925 SourceLocation ExpansionEnd = ReadSourceLocation(*F, Record[3]); in ReadSLocEntry()
2004 Tok.setLocation(ReadSourceLocation(M, Record, Idx)); in ReadToken()
2009 Tok.setAnnotationEndLoc(ReadSourceLocation(M, Record, Idx)); in ReadToken()
2118 SourceLocation Loc = ReadSourceLocation(F, Record, NextIndex); in ReadMacroRecord()
2120 MI->setDefinitionEndLoc(ReadSourceLocation(F, Record, NextIndex)); in ReadMacroRecord()
2567 SourceLocation Loc = ReadSourceLocation(M, Record, Idx); in resolvePendingMacro()
[all …]
H A DASTReaderDecl.cpp3273 Loc = ReadSourceLocation(*M, DOffs.getRawLoc()); in DeclCursorForID()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordReader.h290 return Reader->ReadSourceLocation(*F, Record, Idx); in readSourceLocation()
H A DASTReader.h2443 SourceLocation ReadSourceLocation(ModuleFile &MF, RawLocEncoding Raw) const { in ReadSourceLocation() function
2474 SourceLocation ReadSourceLocation(ModuleFile &ModuleFile, in ReadSourceLocation() function
2477 return ReadSourceLocation(ModuleFile, Record[Idx++]); in ReadSourceLocation()