Home
last modified time | relevance | path

Searched refs:EmitBlockID (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp314 static void EmitBlockID(unsigned ID, const char *Name, in EmitBlockID() function
440 EmitBlockID(BLOCK_META, "Meta", Stream, Record); in EmitBlockInfoBlock()
451 EmitBlockID(BLOCK_DIAG, "Diag", Stream, Record); in EmitBlockInfoBlock()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp549 static void EmitBlockID(unsigned ID, const char *Name, in EmitBlockID() function
711 #define BLOCK(X) EmitBlockID(X ## _ID, #X, Stream, Record) in WriteBlockInfoBlock()