Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTBitCodes.h997 const unsigned int LOCAL_REDECLARATIONS = 50; variable
/external/clang/lib/Serialization/
DASTWriterDecl.cpp1602 Writer.Stream.EmitRecord(LOCAL_REDECLARATIONS, LocalRedecls); in VisitRedeclarable()
DASTReaderDecl.cpp3430 assert(RecCode == LOCAL_REDECLARATIONS && "expected LOCAL_REDECLARATIONS record!"); in loadPendingDeclChain()
DASTWriter.cpp1032 RECORD(LOCAL_REDECLARATIONS); in WriteBlockInfoBlock()