Home
last modified time | relevance | path

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

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