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

/external/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp48 typedef SmallVectorImpl<uint64_t> RecordDataImpl; typedef in namespace:__anon17929
161 PresumedLoc PLoc, RecordDataImpl &Record,
165 void AddLocToRecord(SourceLocation Loc, RecordDataImpl &Record,
173 void AddCharSourceRangeToRecord(CharSourceRange R, RecordDataImpl &Record,
252 RecordDataImpl &Record) {
272 RecordDataImpl &Record){
285 RecordDataImpl &Record,
303 RecordDataImpl &Record,
/external/clang/include/clang/Serialization/
H A DASTWriter.h82 typedef SmallVectorImpl<uint64_t> RecordDataImpl; typedef in class:clang::ASTWriter
481 void WriteAttributes(ArrayRef<const Attr*> Attrs, RecordDataImpl &Record);
482 void WriteDeclUpdatesBlocks(RecordDataImpl &OffsetsRecord);
537 void AddToken(const Token &Tok, RecordDataImpl &Record);
540 void AddSourceLocation(SourceLocation Loc, RecordDataImpl &Record);
543 void AddSourceRange(SourceRange Range, RecordDataImpl &Record);
546 void AddAPInt(const llvm::APInt &Value, RecordDataImpl &Record);
549 void AddAPSInt(const llvm::APSInt &Value, RecordDataImpl &Record);
552 void AddAPFloat(const llvm::APFloat &Value, RecordDataImpl &Record);
555 void AddIdentifierRef(const IdentifierInfo *II, RecordDataImpl
[all...]
H A DASTReader.h293 typedef SmallVectorImpl<uint64_t> RecordDataImpl; typedef in class:clang::ASTReader
1956 const RecordDataImpl &Record,
2008 Token ReadToken(ModuleFile &M, const RecordDataImpl &Record, unsigned &Idx);

Completed in 149 milliseconds