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

  /external/clang/include/clang/Serialization/
ASTWriter.h 82 typedef SmallVectorImpl<uint64_t> RecordDataImpl;
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 &Record)
    [all...]
ASTReader.h 293 typedef SmallVectorImpl<uint64_t> RecordDataImpl;
    [all...]
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 48 typedef SmallVectorImpl<uint64_t> RecordDataImpl;
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/lib/Serialization/
ASTWriter.cpp 81 ASTWriter::RecordDataImpl &Record;
87 ASTTypeWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record)
201 ASTWriter::RecordDataImpl &Record) {
433 ASTWriter::RecordDataImpl &Record;
436 TypeLocWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record)
658 ASTWriter::RecordDataImpl &Record) {
674 ASTWriter::RecordDataImpl &Record) {
683 ASTWriter::RecordDataImpl &Record) {
    [all...]
ASTReader.cpp     [all...]

Completed in 96 milliseconds