Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1203 defaultedDefaultConstructorIsConstexpr()); in hasConstexprNonCopyMoveConstructor()
1208 bool defaultedDefaultConstructorIsConstexpr() const { in defaultedDefaultConstructorIsConstexpr() function
1218 defaultedDefaultConstructorIsConstexpr()); in hasConstexprDefaultConstructor()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp384 FIELD2("defaultedIsConstexpr", defaultedDefaultConstructorIsConstexpr); in createDefaultConstructorDefinitionData()
H A DTextNodeDumper.cpp1952 FLAG(defaultedDefaultConstructorIsConstexpr, defaulted_is_constexpr); in VisitCXXRecordDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7122 return ClassDecl->defaultedDefaultConstructorIsConstexpr(); in defaultedSpecialMemberIsConstexpr()