Searched defs:HasDeclaredCopyConstructorWithConstParam (Results 1 - 1 of 1) sorted by relevance
/external/clang/include/clang/AST/ | ||
H A D | DeclCXX.h | 437 bool HasDeclaredCopyConstructorWithConstParam : 1; member in struct:clang::CXXRecordDecl::DefinitionData 829 return data().HasDeclaredCopyConstructorWithConstParam || |
Completed in 81 milliseconds