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

  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 53 typedef SmallVectorImpl<uint64_t> RecordDataImpl;
227 PresumedLoc PLoc, RecordDataImpl &Record,
231 void AddLocToRecord(SourceLocation Loc, RecordDataImpl &Record,
239 void AddCharSourceRangeToRecord(CharSourceRange R, RecordDataImpl &Record,
325 RecordDataImpl &Record) {
345 RecordDataImpl &Record){
358 RecordDataImpl &Record,
376 RecordDataImpl &Record,
    [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 88 typedef SmallVectorImpl<uint64_t> RecordDataImpl;
545 void WriteAttributes(ArrayRef<const Attr*> Attrs, RecordDataImpl &Record);
546 void WriteDeclUpdatesBlocks(RecordDataImpl &OffsetsRecord);
616 void AddToken(const Token &Tok, RecordDataImpl &Record);
619 void AddSourceLocation(SourceLocation Loc, RecordDataImpl &Record);
622 void AddSourceRange(SourceRange Range, RecordDataImpl &Record);
625 void AddAPInt(const llvm::APInt &Value, RecordDataImpl &Record);
628 void AddAPSInt(const llvm::APSInt &Value, RecordDataImpl &Record);
631 void AddAPFloat(const llvm::APFloat &Value, RecordDataImpl &Record);
634 void AddIdentifierRef(const IdentifierInfo *II, RecordDataImpl &Record)
    [all...]
ASTReader.h 321 typedef SmallVectorImpl<uint64_t> RecordDataImpl;
    [all...]

Completed in 196 milliseconds