Searched defs:ReadSourceLocation (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Serialization/
H A DASTReader.h1946 SourceLocation ReadSourceLocation(ModuleFile &ModuleFile, unsigned Raw) const { function in class:clang::ASTReader
1955 SourceLocation ReadSourceLocation(ModuleFile &ModuleFile, function in class:clang::ASTReader
1958 return ReadSourceLocation(ModuleFile, Record[Idx++]);
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp41 SourceLocation ReadSourceLocation(const RecordData &R, unsigned &I) { function in class:clang::ASTStmtReader
42 return Reader.ReadSourceLocation(F, R, I);
111 SourceLocation TemplateKWLoc = ReadSourceLocation(Record, Idx);
113 ArgInfo.setLAngleLoc(ReadSourceLocation(Record, Idx));
114 ArgInfo.setRAngleLoc(ReadSourceLocation(Record, Idx));
127 S->setSemiLoc(ReadSourceLocation(Record, Idx));
138 S->setLBracLoc(ReadSourceLocation(Record, Idx));
139 S->setRBracLoc(ReadSourceLocation(Record, Idx));
145 S->setKeywordLoc(ReadSourceLocation(Record, Idx));
146 S->setColonLoc(ReadSourceLocation(Recor
[all...]
H A DASTReaderDecl.cpp51 SourceLocation ReadSourceLocation(const RecordData &R, unsigned &I) { function in class:clang::ASTDeclReader
52 return Reader.ReadSourceLocation(F, R, I);
402 D->setLocation(Reader.ReadSourceLocation(F, RawLocation));
453 TD->setLocStart(ReadSourceLocation(Record, Idx));
488 TD->setRBraceLoc(ReadSourceLocation(Record, Idx));
530 SourceLocation POI = ReadSourceLocation(Record, Idx);
561 DD->setInnerLocStart(ReadSourceLocation(Record, Idx));
596 FD->EndRangeLoc = ReadSourceLocation(Record, Idx);
610 SourceLocation POI = ReadSourceLocation(Record, Idx);
636 LAngleLoc = ReadSourceLocation(Recor
[all...]
H A DASTReader.cpp1191 SourceLocation IncludeLoc = ReadSourceLocation(*F, Record[1]);
1241 SourceLocation IncludeLoc = ReadSourceLocation(*F, Record[1]);
1263 SourceLocation SpellingLoc = ReadSourceLocation(*F, Record[1]);
1265 ReadSourceLocation(*F, Record[2]),
1266 ReadSourceLocation(*F, Record[3]),
1337 Tok.setLocation(ReadSourceLocation(F, Record, Idx));
1395 SourceLocation Loc = ReadSourceLocation(F, Record, NextIndex);
1397 MI->setDefinitionEndLoc(ReadSourceLocation(F, Record, NextIndex));
1825 SourceLocation Loc = ReadSourceLocation(M, Record, Idx);
2799 ReadSourceLocation(
5532 SourceLocation ReadSourceLocation(const ASTReader::RecordData &R, function in class:clang::TypeLocReader
[all...]

Completed in 796 milliseconds