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

  /external/clang/include/clang/Serialization/
ASTWriter.h 88 typedef SmallVectorImpl<uint64_t> RecordDataImpl;
460 void WriteDeclUpdatesBlocks(RecordDataImpl &OffsetsRecord);
530 void AddToken(const Token &Tok, RecordDataImpl &Record);
533 void AddSourceLocation(SourceLocation Loc, RecordDataImpl &Record);
536 void AddSourceRange(SourceRange Range, RecordDataImpl &Record);
539 void AddIdentifierRef(const IdentifierInfo *II, RecordDataImpl &Record);
556 void AddTypeRef(QualType T, RecordDataImpl &Record);
580 void AddDeclRef(const Decl *D, RecordDataImpl &Record);
593 void AddString(StringRef Str, RecordDataImpl &Record);
600 void AddPath(StringRef Path, RecordDataImpl &Record)
    [all...]
ASTReader.h 322 typedef SmallVectorImpl<uint64_t> RecordDataImpl;
    [all...]
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 54 typedef SmallVectorImpl<uint64_t> RecordDataImpl;
228 PresumedLoc PLoc, RecordDataImpl &Record,
232 void AddLocToRecord(SourceLocation Loc, RecordDataImpl &Record,
240 void AddCharSourceRangeToRecord(CharSourceRange R, RecordDataImpl &Record,
326 RecordDataImpl &Record) {
346 RecordDataImpl &Record){
359 RecordDataImpl &Record,
377 RecordDataImpl &Record,
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 96 ASTTypeWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record)
753 ASTWriter::RecordDataImpl &Record) {
769 ASTWriter::RecordDataImpl &Record) {
778 ASTWriter::RecordDataImpl &Record) {
    [all...]
ASTWriterDecl.cpp 44 ASTWriter::RecordDataImpl &Record)
    [all...]
ASTReader.cpp     [all...]

Completed in 479 milliseconds