Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h808 bool implicitCopyConstructorHasConstParam() const { in implicitCopyConstructorHasConstParam() function
819 implicitCopyConstructorHasConstParam()); in hasCopyConstructorWithConstParam()
/llvm-project-15.0.7/clang/lib/AST/
H A DJSONNodeDumper.cpp398 FIELD2("implicitHasConstParam", implicitCopyConstructorHasConstParam); in createCopyConstructorDefinitionData()
H A DTextNodeDumper.cpp2003 FLAG(implicitCopyConstructorHasConstParam, implicit_has_const_param); in VisitCXXRecordDecl()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp7463 CanHaveConstParam = RD->implicitCopyConstructorHasConstParam(); in CheckExplicitlyDefaultedSpecialMember()
15045 bool Const = ClassDecl->implicitCopyConstructorHasConstParam(); in DeclareImplicitCopyConstructor()