Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTBitCodes.h445 SOURCE_LOCATION_PRELOADS = 15, enumerator
/external/clang/lib/Serialization/
DASTWriter.cpp951 RECORD(SOURCE_LOCATION_PRELOADS); in WriteBlockInfoBlock()
2059 Stream.EmitRecord(SOURCE_LOCATION_PRELOADS, PreloadSLocs); in WriteSourceManagerBlock()
DASTReader.cpp2928 case SOURCE_LOCATION_PRELOADS: { in ReadASTBlock()