Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclCXX.h1161 defaultedDefaultConstructorIsConstexpr()); in hasConstexprNonCopyMoveConstructor()
1166 bool defaultedDefaultConstructorIsConstexpr() const { in defaultedDefaultConstructorIsConstexpr() function
1176 defaultedDefaultConstructorIsConstexpr()); in hasConstexprDefaultConstructor()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDTextNodeDumper.cpp1589 FLAG(defaultedDefaultConstructorIsConstexpr, defaulted_is_constexpr); in VisitCXXRecordDecl()
HDJSONNodeDumper.cpp343 FIELD2("defaultedIsConstexpr", defaultedDefaultConstructorIsConstexpr); in createDefaultConstructorDefinitionData()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclCXX.cpp6751 return ClassDecl->defaultedDefaultConstructorIsConstexpr(); in defaultedSpecialMemberIsConstexpr()