Home
last modified time | relevance | path

Searched refs:RecordDataRef (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h96 using RecordDataRef = ArrayRef<uint64_t>; variable
773 void EmitRecordWithPath(unsigned Abbrev, RecordDataRef Record,
/src/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp52 typedef ArrayRef<uint64_t> RecordDataRef; typedef
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4786 void ASTWriter::EmitRecordWithPath(unsigned Abbrev, RecordDataRef Record, in EmitRecordWithPath()