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

/external/clang/include/clang/Serialization/
H A DASTReader.h1993 SourceLocation ReadSourceLocation(ModuleFile &ModuleFile, uint32_t Raw) const { function in class:clang::ASTReader
2010 SourceLocation ReadSourceLocation(ModuleFile &ModuleFile, function in class:clang::ASTReader
2013 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);
112 SourceLocation TemplateKWLoc = ReadSourceLocation(Record, Idx);
114 ArgInfo.setLAngleLoc(ReadSourceLocation(Record, Idx));
115 ArgInfo.setRAngleLoc(ReadSourceLocation(Record, Idx));
128 S->setSemiLoc(ReadSourceLocation(Record, Idx));
139 S->LBraceLoc = ReadSourceLocation(Record, Idx);
140 S->RBraceLoc = ReadSourceLocation(Record, Idx);
146 S->setKeywordLoc(ReadSourceLocation(Record, Idx));
147 S->setColonLoc(ReadSourceLocation(Recor
[all...]
H A DASTReader.cpp1271 SourceLocation IncludeLoc = ReadSourceLocation(*F, Record[1]);
1314 SourceLocation IncludeLoc = ReadSourceLocation(*F, Record[1]);
1329 SourceLocation SpellingLoc = ReadSourceLocation(*F, Record[1]);
1331 ReadSourceLocation(*F, Record[2]),
1332 ReadSourceLocation(*F, Record[3]),
1401 Tok.setLocation(ReadSourceLocation(F, Record, Idx));
1460 SourceLocation Loc = ReadSourceLocation(F, Record, NextIndex);
1462 MI->setDefinitionEndLoc(ReadSourceLocation(F, Record, NextIndex));
1872 SourceLocation Loc = ReadSourceLocation(M, Record, Idx);
2753 ReadSourceLocation(
5709 SourceLocation ReadSourceLocation(const ASTReader::RecordData &R, function in class:clang::TypeLocReader
[all...]

Completed in 88 milliseconds