Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTWriter.h114 using RecordDataRef = ArrayRef<uint64_t>; variable
649 void EmitRecordWithPath(unsigned Abbrev, RecordDataRef Record,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp52 typedef ArrayRef<uint64_t> RecordDataRef; typedef
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp4528 void ASTWriter::EmitRecordWithPath(unsigned Abbrev, RecordDataRef Record, in EmitRecordWithPath()