Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclCXX.h875 bool implicitCopyConstructorHasConstParam() const { in implicitCopyConstructorHasConstParam() function
884 implicitCopyConstructorHasConstParam()); in hasCopyConstructorWithConstParam()
/external/llvm-project/clang/include/clang/AST/
DDeclCXX.h795 bool implicitCopyConstructorHasConstParam() const { in implicitCopyConstructorHasConstParam() function
806 implicitCopyConstructorHasConstParam()); in hasCopyConstructorWithConstParam()
/external/llvm-project/clang/lib/AST/
DJSONNodeDumper.cpp367 FIELD2("implicitHasConstParam", implicitCopyConstructorHasConstParam); in createCopyConstructorDefinitionData()
DTextNodeDumper.cpp1916 FLAG(implicitCopyConstructorHasConstParam, implicit_has_const_param); in VisitCXXRecordDecl()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp5390 CanHaveConstParam = RD->implicitCopyConstructorHasConstParam(); in CheckExplicitlyDefaultedSpecialMember()
10987 bool Const = ClassDecl->implicitCopyConstructorHasConstParam(); in DeclareImplicitCopyConstructor()
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp7280 CanHaveConstParam = RD->implicitCopyConstructorHasConstParam(); in CheckExplicitlyDefaultedSpecialMember()
14588 bool Const = ClassDecl->implicitCopyConstructorHasConstParam(); in DeclareImplicitCopyConstructor()