Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/AST/
H A DDeclCXX.h1194 defaultedDefaultConstructorIsConstexpr()); in hasConstexprNonCopyMoveConstructor()
1199 bool defaultedDefaultConstructorIsConstexpr() const { in defaultedDefaultConstructorIsConstexpr() function
1208 defaultedDefaultConstructorIsConstexpr()); in hasConstexprDefaultConstructor()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DDeclCXX.h1259 defaultedDefaultConstructorIsConstexpr()); in hasConstexprNonCopyMoveConstructor()
1264 bool defaultedDefaultConstructorIsConstexpr() const { in defaultedDefaultConstructorIsConstexpr() function
1274 defaultedDefaultConstructorIsConstexpr()); in hasConstexprDefaultConstructor()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DDeclCXX.h1258 defaultedDefaultConstructorIsConstexpr()); in hasConstexprNonCopyMoveConstructor()
1263 bool defaultedDefaultConstructorIsConstexpr() const { in defaultedDefaultConstructorIsConstexpr() function
1273 defaultedDefaultConstructorIsConstexpr()); in hasConstexprDefaultConstructor()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DDeclCXX.h1258 defaultedDefaultConstructorIsConstexpr()); in hasConstexprNonCopyMoveConstructor()
1263 bool defaultedDefaultConstructorIsConstexpr() const { in defaultedDefaultConstructorIsConstexpr() function
1273 defaultedDefaultConstructorIsConstexpr()); in hasConstexprDefaultConstructor()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DDeclCXX.h1258 defaultedDefaultConstructorIsConstexpr()); in hasConstexprNonCopyMoveConstructor()
1263 bool defaultedDefaultConstructorIsConstexpr() const { in defaultedDefaultConstructorIsConstexpr() function
1273 defaultedDefaultConstructorIsConstexpr()); in hasConstexprDefaultConstructor()
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp5207 return ClassDecl->defaultedDefaultConstructorIsConstexpr(); in defaultedSpecialMemberIsConstexpr()