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.h411 AST_BLOCK_HASH, enumerator
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1107 RECORD(AST_BLOCK_HASH); in WriteBlockInfoBlock()
1295 Abbrev->Add(BitCodeAbbrevOp(AST_BLOCK_HASH)); in writeUnhashedControlBlock()
1299 Record.push_back(AST_BLOCK_HASH); in writeUnhashedControlBlock()
H A DASTReader.cpp4971 case AST_BLOCK_HASH: in readUnhashedControlBlockImpl()