Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDASTBitCodes.h561 DELEGATING_CTORS = 37, enumerator
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriter.cpp740 RECORD(DELEGATING_CTORS); in WriteBlockInfoBlock()
4771 Stream.EmitRecord(DELEGATING_CTORS, DelegatingCtorDecls); in WriteASTCore()
HDASTReader.cpp3265 case DELEGATING_CTORS: in ReadASTBlock()