Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1266 defaultedDefaultConstructorIsConstexpr()); in hasConstexprNonCopyMoveConstructor()
1271 bool defaultedDefaultConstructorIsConstexpr() const { in defaultedDefaultConstructorIsConstexpr() function
1281 defaultedDefaultConstructorIsConstexpr()); in hasConstexprDefaultConstructor()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp423 FIELD2("defaultedIsConstexpr", defaultedDefaultConstructorIsConstexpr); in createDefaultConstructorDefinitionData()
H A DTextNodeDumper.cpp2469 FLAG(defaultedDefaultConstructorIsConstexpr, defaulted_is_constexpr); in VisitCXXRecordDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7365 return ClassDecl->defaultedDefaultConstructorIsConstexpr(); in defaultedSpecialMemberIsConstexpr()