Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTBitCodes.h1003 const unsigned int LOCAL_REDECLARATIONS = 50; variable
/external/clang/lib/Serialization/
DASTWriterDecl.cpp1620 Record.AddOffset(LocalRedeclWriter.Emit(LOCAL_REDECLARATIONS)); in VisitRedeclarable()
DASTReaderDecl.cpp3562 assert(RecCode == LOCAL_REDECLARATIONS && "expected LOCAL_REDECLARATIONS record!"); in loadPendingDeclChain()
DASTWriter.cpp1069 RECORD(LOCAL_REDECLARATIONS); in WriteBlockInfoBlock()