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.h1267 defaultedDefaultConstructorIsConstexpr()); in hasConstexprNonCopyMoveConstructor()
1272 bool defaultedDefaultConstructorIsConstexpr() const { in defaultedDefaultConstructorIsConstexpr() function
1282 defaultedDefaultConstructorIsConstexpr()); in hasConstexprDefaultConstructor()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp422 FIELD2("defaultedIsConstexpr", defaultedDefaultConstructorIsConstexpr); in createDefaultConstructorDefinitionData()
H A DTextNodeDumper.cpp2631 FLAG(defaultedDefaultConstructorIsConstexpr, defaulted_is_constexpr); in VisitCXXRecordDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7522 return ClassDecl->defaultedDefaultConstructorIsConstexpr(); in defaultedSpecialMemberIsConstexpr()