Home
last modified time | relevance | path

Searched defs:BitstreamCursor (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Serialization/
DModuleFileExtension.h18 class BitstreamCursor; variable
DGlobalModuleIndex.h28 class BitstreamCursor; variable
/external/llvm/include/llvm/Bitcode/
DBitstreamReader.h203 BitstreamCursor() { init(nullptr); } in BitstreamCursor() function
205 explicit BitstreamCursor(BitstreamReader &R) { init(&R); } in BitstreamCursor() function