Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Serialization/
DASTBitCodes.h395 SOURCE_LOCATION_OFFSETS = 14, enumerator
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTWriter.cpp818 RECORD(SOURCE_LOCATION_OFFSETS); in WriteBlockInfoBlock()
1764 Abbrev->Add(BitCodeAbbrevOp(SOURCE_LOCATION_OFFSETS)); in WriteSourceManagerBlock()
1771 Record.push_back(SOURCE_LOCATION_OFFSETS); in WriteSourceManagerBlock()
DASTReader.cpp2364 case SOURCE_LOCATION_OFFSETS: { in ReadASTBlock()