Searched refs:EmitBlockID (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | SerializedDiagnosticPrinter.cpp | 313 static void EmitBlockID(unsigned ID, const char *Name, in EmitBlockID() function 439 EmitBlockID(BLOCK_META, "Meta", Stream, Record); in EmitBlockInfoBlock() 450 EmitBlockID(BLOCK_DIAG, "Diag", Stream, Record); in EmitBlockInfoBlock()
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 626 static void EmitBlockID(unsigned ID, const char *Name, in EmitBlockID() function 789 #define BLOCK(X) EmitBlockID(X ## _ID, #X, Stream, Record) in WriteBlockInfoBlock()
|