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

  /external/clang/include/clang/Serialization/
ASTWriter.h 76 typedef SmallVectorImpl<uint64_t> RecordDataImpl;
421 void WriteAttributes(const AttrVec &Attrs, RecordDataImpl &Record);
478 void AddSourceLocation(SourceLocation Loc, RecordDataImpl &Record);
481 void AddSourceRange(SourceRange Range, RecordDataImpl &Record);
484 void AddAPInt(const llvm::APInt &Value, RecordDataImpl &Record);
487 void AddAPSInt(const llvm::APSInt &Value, RecordDataImpl &Record);
490 void AddAPFloat(const llvm::APFloat &Value, RecordDataImpl &Record);
493 void AddIdentifierRef(const IdentifierInfo *II, RecordDataImpl &Record);
496 void AddSelectorRef(Selector, RecordDataImpl &Record);
499 void AddCXXTemporary(const CXXTemporary *Temp, RecordDataImpl &Record)
    [all...]
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 47 typedef llvm::SmallVectorImpl<uint64_t> RecordDataImpl;
141 PresumedLoc PLoc, RecordDataImpl &Record,
145 void AddLocToRecord(SourceLocation Loc, RecordDataImpl &Record,
152 void AddCharSourceRangeToRecord(CharSourceRange R, RecordDataImpl &Record,
213 RecordDataImpl &Record) {
233 RecordDataImpl &Record){
246 RecordDataImpl &Record,
264 RecordDataImpl &Record,
  /external/clang/lib/Serialization/
ASTWriter.cpp 74 ASTWriter::RecordDataImpl &Record;
80 ASTTypeWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record)
403 ASTWriter::RecordDataImpl &Record;
406 TypeLocWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record)
621 ASTWriter::RecordDataImpl &Record) {
636 ASTWriter::RecordDataImpl &Record) {
645 ASTWriter::RecordDataImpl &Record) {
    [all...]

Completed in 40 milliseconds