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

/freebsd-9.3-release/contrib/llvm/tools/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);
379 D->setLocation(Reader.ReadSourceLocation(F, RawLocation));
430 TD->setLocStart(ReadSourceLocation(Record, Idx));
465 TD->setRBraceLoc(ReadSourceLocation(Record, Idx));
506 SourceLocation POI = ReadSourceLocation(Record, Idx);
537 DD->setInnerLocStart(ReadSourceLocation(Record, Idx));
572 FD->EndRangeLoc = ReadSourceLocation(Record, Idx);
585 SourceLocation POI = ReadSourceLocation(Record, Idx);
610 LAngleLoc = ReadSourceLocation(Recor
[all...]
H A DASTReader.cpp960 SourceLocation IncludeLoc = ReadSourceLocation(*F, Record[1]);
1010 SourceLocation IncludeLoc = ReadSourceLocation(*F, Record[1]);
1032 SourceLocation SpellingLoc = ReadSourceLocation(*F, Record[1]);
1034 ReadSourceLocation(*F, Record[2]),
1035 ReadSourceLocation(*F, Record[3]),
1110 Tok.setLocation(ReadSourceLocation(F, Record, Idx));
1168 SourceLocation Loc = ReadSourceLocation(F, Record, NextIndex);
1170 MI->setDefinitionEndLoc(ReadSourceLocation(F, Record, NextIndex));
1555 SourceLocation Loc = ReadSourceLocation(M, Record, Idx);
2300 ReadSourceLocation(
4951 SourceLocation ReadSourceLocation(const ASTReader::RecordData &R, function in class:clang::TypeLocReader
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h1781 SourceLocation ReadSourceLocation(ModuleFile &ModuleFile, unsigned Raw) const { function in class:clang::ASTReader
1790 SourceLocation ReadSourceLocation(ModuleFile &ModuleFile, function in class:clang::ASTReader
1793 return ReadSourceLocation(ModuleFile, Record[Idx++]);

Completed in 76 milliseconds