HomeSort by relevance Sort by last modified time
    Searched refs:RecordDataImpl (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Serialization/
ASTWriter.h 70 typedef SmallVectorImpl<uint64_t> RecordDataImpl;
356 void WriteAttributes(const AttrVec &Attrs, RecordDataImpl &Record);
410 void AddSourceLocation(SourceLocation Loc, RecordDataImpl &Record);
413 void AddSourceRange(SourceRange Range, RecordDataImpl &Record);
416 void AddAPInt(const llvm::APInt &Value, RecordDataImpl &Record);
419 void AddAPSInt(const llvm::APSInt &Value, RecordDataImpl &Record);
422 void AddAPFloat(const llvm::APFloat &Value, RecordDataImpl &Record);
425 void AddIdentifierRef(const IdentifierInfo *II, RecordDataImpl &Record);
428 void AddSelectorRef(Selector, RecordDataImpl &Record);
431 void AddCXXTemporary(const CXXTemporary *Temp, RecordDataImpl &Record)
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 74 ASTWriter::RecordDataImpl &Record;
80 ASTTypeWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record)
401 ASTWriter::RecordDataImpl &Record;
404 TypeLocWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record)
617 ASTWriter::RecordDataImpl &Record) {
632 ASTWriter::RecordDataImpl &Record) {
641 ASTWriter::RecordDataImpl &Record) {
    [all...]

Completed in 18 milliseconds