Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h800 bool implicitCopyConstructorHasConstParam() const { in implicitCopyConstructorHasConstParam() function
811 implicitCopyConstructorHasConstParam()); in hasCopyConstructorWithConstParam()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp367 FIELD2("implicitHasConstParam", implicitCopyConstructorHasConstParam); in createCopyConstructorDefinitionData()
H A DTextNodeDumper.cpp1918 FLAG(implicitCopyConstructorHasConstParam, implicit_has_const_param); in VisitCXXRecordDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp7355 CanHaveConstParam = RD->implicitCopyConstructorHasConstParam(); in CheckExplicitlyDefaultedSpecialMember()
14654 bool Const = ClassDecl->implicitCopyConstructorHasConstParam(); in DeclareImplicitCopyConstructor()