Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTBitCodes.h243 OPTIONS_BLOCK_ID, enumerator
/external/clang/lib/Serialization/
DASTReader.cpp2074 if (Stream.EnterSubBlock(OPTIONS_BLOCK_ID)) in ReadOptionsBlock()
2232 case OPTIONS_BLOCK_ID: in ReadControlBlock()
4229 case OPTIONS_BLOCK_ID: { in readASTFileControlBlock()
DASTWriter.cpp1296 Stream.EnterSubblock(OPTIONS_BLOCK_ID, 4); in WriteControlBlock()