Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h612 DELEGATING_CTORS = 37, enumerator
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp908 RECORD(DELEGATING_CTORS); in WriteBlockInfoBlock()
5291 Stream.EmitRecord(DELEGATING_CTORS, DelegatingCtorDecls); in WriteSpecialDeclRecords()
H A DASTReader.cpp3526 case DELEGATING_CTORS: in ReadASTBlock()