Home
last modified time | relevance | path

Searched refs:hasSimpleCopyConstructor (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp362 FIELD2("simple", hasSimpleCopyConstructor); in createCopyConstructorDefinitionData()
H A DTextNodeDumper.cpp1908 FLAG(hasSimpleCopyConstructor, simple); in VisitCXXRecordDecl()
H A DDeclCXX.cpp511 if (!Subobj->hasSimpleCopyConstructor()) in addedClassSubobject()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h703 bool hasSimpleCopyConstructor() const { in hasSimpleCopyConstructor() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp17562 if (RD->hasSimpleCopyConstructor()) in canCaptureVariableByCopy()