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.h252 OPTIONS_BLOCK_ID, enumerator
/external/clang/lib/Serialization/
DASTReader.cpp2088 if (Stream.EnterSubBlock(OPTIONS_BLOCK_ID)) in ReadOptionsBlock()
2246 case OPTIONS_BLOCK_ID: in ReadControlBlock()
4234 case OPTIONS_BLOCK_ID: { in readASTFileControlBlock()
DASTWriter.cpp1346 Stream.EnterSubblock(OPTIONS_BLOCK_ID, 4); in WriteControlBlock()