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()
112 SourceLocation TemplateKWLoc = ReadSourceLocation(Record, Idx); in ReadTemplateKWAndArgsInfo()
114 ArgInfo.setLAngleLoc(ReadSourceLocation(Record, Idx)); in ReadTemplateKWAndArgsInfo()
115 ArgInfo.setRAngleLoc(ReadSourceLocation(Record, Idx)); in ReadTemplateKWAndArgsInfo()
128 S->setSemiLoc(ReadSourceLocation(Record, Idx)); in VisitNullStmt()
139 S->LBraceLoc = ReadSourceLocation(Record, Idx); in VisitCompoundStmt()
140 S->RBraceLoc = ReadSourceLocation(Record, Idx); in VisitCompoundStmt()
146 S->setKeywordLoc(ReadSourceLocation(Record, Idx)); in VisitSwitchCase()
147 S->setColonLoc(ReadSourceLocation(Record, Idx)); in VisitSwitchCase()
[all …]
DASTReaderDecl.cpp71 SourceLocation ReadSourceLocation(const RecordData &R, unsigned &I) { in ReadSourceLocation() function in clang::ASTDeclReader
72 return Reader.ReadSourceLocation(F, R, I); in ReadSourceLocation()
574 D->setLocation(ReadSourceLocation(Record, Idx)); in VisitPragmaCommentDecl()
583 D->setLocation(ReadSourceLocation(Record, Idx)); in VisitPragmaDetectMismatchDecl()
607 TD->setLocStart(ReadSourceLocation(Record, Idx)); in VisitTypeDecl()
650 TD->setRBraceLoc(ReadSourceLocation(Record, Idx)); in VisitTagDecl()
714 SourceLocation POI = ReadSourceLocation(Record, Idx); in VisitEnumDecl()
745 DD->setInnerLocStart(ReadSourceLocation(Record, Idx)); in VisitDeclaratorDecl()
780 FD->EndRangeLoc = ReadSourceLocation(Record, Idx); in VisitFunctionDecl()
794 SourceLocation POI = ReadSourceLocation(Record, Idx); in VisitFunctionDecl()
[all …]
DASTReader.cpp1271 SourceLocation IncludeLoc = ReadSourceLocation(*F, Record[1]); in ReadSLocEntry()
1314 SourceLocation IncludeLoc = ReadSourceLocation(*F, Record[1]); in ReadSLocEntry()
1329 SourceLocation SpellingLoc = ReadSourceLocation(*F, Record[1]); in ReadSLocEntry()
1331 ReadSourceLocation(*F, Record[2]), in ReadSLocEntry()
1332 ReadSourceLocation(*F, Record[3]), in ReadSLocEntry()
1401 Tok.setLocation(ReadSourceLocation(F, Record, Idx)); in ReadToken()
1460 SourceLocation Loc = ReadSourceLocation(F, Record, NextIndex); in ReadMacroRecord()
1462 MI->setDefinitionEndLoc(ReadSourceLocation(F, Record, NextIndex)); in ReadMacroRecord()
1872 SourceLocation Loc = ReadSourceLocation(M, Record, Idx); in resolvePendingMacro()
2753 ReadSourceLocation(F, Record, I).getRawEncoding()); in ReadASTBlock()
[all …]
/external/clang/include/clang/Serialization/
DASTReader.h1993 SourceLocation ReadSourceLocation(ModuleFile &ModuleFile, uint32_t Raw) const { in ReadSourceLocation() function
2010 SourceLocation ReadSourceLocation(ModuleFile &ModuleFile, in ReadSourceLocation() function
2013 return ReadSourceLocation(ModuleFile, Record[Idx++]); in ReadSourceLocation()