Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDASTBitCodes.h1311 DECL_CXX_CONSTRUCTOR, enumerator
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterDecl.cpp1395 Code = serialization::DECL_CXX_CONSTRUCTOR; in VisitCXXConstructorDecl()
HDASTReaderDecl.cpp3823 case DECL_CXX_CONSTRUCTOR: in ReadDeclRecord()
HDASTWriter.cpp883 RECORD(DECL_CXX_CONSTRUCTOR); in WriteBlockInfoBlock()