Home
last modified time | relevance | path

Searched refs:LOCAL_REDECLARATIONS (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h1202 const unsigned int LOCAL_REDECLARATIONS = 50; variable
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp2070 Record.AddOffset(LocalRedeclWriter.Emit(LOCAL_REDECLARATIONS)); in VisitRedeclarable()
H A DASTReaderDecl.cpp4373 assert(MaybeRecCode.get() == LOCAL_REDECLARATIONS && in loadPendingDeclChain()
H A DASTWriter.cpp1019 RECORD(LOCAL_REDECLARATIONS); in WriteBlockInfoBlock()