Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTWriter.h107 using RecordDataRef = ArrayRef<uint64_t>; variable
665 void EmitRecordWithPath(unsigned Abbrev, RecordDataRef Record,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp54 typedef ArrayRef<uint64_t> RecordDataRef; typedef
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp4217 void ASTWriter::EmitRecordWithPath(unsigned Abbrev, RecordDataRef Record, in EmitRecordWithPath()