Home
last modified time | relevance | path

Searched refs:isTriviallyCopyConstructible (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1429 bool isTriviallyCopyConstructible() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp590 bool CXXRecordDecl::isTriviallyCopyConstructible() const { in isTriviallyCopyConstructible() function in CXXRecordDecl
H A DType.cpp2654 return ClassDecl->isTriviallyCopyConstructible(); in isTriviallyCopyableTypeImpl()