Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h410 AST_BLOCK_HASH, enumerator
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1148 RECORD(AST_BLOCK_HASH); in WriteBlockInfoBlock()
1337 Abbrev->Add(BitCodeAbbrevOp(AST_BLOCK_HASH)); in writeUnhashedControlBlock()
1341 Record.push_back(AST_BLOCK_HASH); in writeUnhashedControlBlock()
H A DASTReader.cpp5264 case AST_BLOCK_HASH: in readUnhashedControlBlockImpl()