Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTReaderStmt.cpp41 SourceLocation ReadSourceLocation(const RecordData &R, unsigned &I) { in ReadSourceLocation() function in clang::ASTStmtReader
42 return Reader.ReadSourceLocation(F, R, I); in ReadSourceLocation()
111 SourceLocation TemplateKWLoc = ReadSourceLocation(Record, Idx); in ReadTemplateKWAndArgsInfo()
113 ArgInfo.setLAngleLoc(ReadSourceLocation(Record, Idx)); in ReadTemplateKWAndArgsInfo()
114 ArgInfo.setRAngleLoc(ReadSourceLocation(Record, Idx)); in ReadTemplateKWAndArgsInfo()
127 S->setSemiLoc(ReadSourceLocation(Record, Idx)); in VisitNullStmt()
138 S->LBraceLoc = ReadSourceLocation(Record, Idx); in VisitCompoundStmt()
139 S->RBraceLoc = ReadSourceLocation(Record, Idx); in VisitCompoundStmt()
145 S->setKeywordLoc(ReadSourceLocation(Record, Idx)); in VisitSwitchCase()
146 S->setColonLoc(ReadSourceLocation(Record, Idx)); in VisitSwitchCase()
[all …]
DASTReaderDecl.cpp55 SourceLocation ReadSourceLocation(const RecordData &R, unsigned &I) { in ReadSourceLocation() function in clang::ASTDeclReader
56 return Reader.ReadSourceLocation(F, R, I); in ReadSourceLocation()
496 D->setLocation(Reader.ReadSourceLocation(F, RawLocation)); in VisitDecl()
552 TD->setLocStart(ReadSourceLocation(Record, Idx)); in VisitTypeDecl()
595 TD->setRBraceLoc(ReadSourceLocation(Record, Idx)); in VisitTagDecl()
659 SourceLocation POI = ReadSourceLocation(Record, Idx); in VisitEnumDecl()
690 DD->setInnerLocStart(ReadSourceLocation(Record, Idx)); in VisitDeclaratorDecl()
725 FD->EndRangeLoc = ReadSourceLocation(Record, Idx); in VisitFunctionDecl()
739 SourceLocation POI = ReadSourceLocation(Record, Idx); in VisitFunctionDecl()
766 LAngleLoc = ReadSourceLocation(Record, Idx); in VisitFunctionDecl()
[all …]
DASTReader.cpp1235 SourceLocation IncludeLoc = ReadSourceLocation(*F, Record[1]); in ReadSLocEntry()
1286 SourceLocation IncludeLoc = ReadSourceLocation(*F, Record[1]); in ReadSLocEntry()
1309 SourceLocation SpellingLoc = ReadSourceLocation(*F, Record[1]); in ReadSLocEntry()
1311 ReadSourceLocation(*F, Record[2]), in ReadSLocEntry()
1312 ReadSourceLocation(*F, Record[3]), in ReadSLocEntry()
1381 Tok.setLocation(ReadSourceLocation(F, Record, Idx)); in ReadToken()
1440 SourceLocation Loc = ReadSourceLocation(F, Record, NextIndex); in ReadMacroRecord()
1442 MI->setDefinitionEndLoc(ReadSourceLocation(F, Record, NextIndex)); in ReadMacroRecord()
1849 SourceLocation Loc = ReadSourceLocation(M, Record, Idx); in resolvePendingMacro()
2733 ReadSourceLocation(F, Record, I).getRawEncoding()); in ReadASTBlock()
[all …]
/external/clang/include/clang/Serialization/
DASTReader.h1991 SourceLocation ReadSourceLocation(ModuleFile &ModuleFile, unsigned Raw) const { in ReadSourceLocation() function
2000 SourceLocation ReadSourceLocation(ModuleFile &ModuleFile, in ReadSourceLocation() function
2003 return ReadSourceLocation(ModuleFile, Record[Idx++]); in ReadSourceLocation()