Searched defs:DestRecordDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaInit.cpp2836 CXXRecordDecl *DestRecordDecl local
2852 llvm::tie(ConStart, ConEnd) = S.LookupConstructors(DestRecordDecl);
2871 (!DestRecordDecl->hasDeclaredDefaultConstructor() &&
2872 !DestRecordDecl->needsImplicitDefaultConstructor()))
3704 CXXRecordDecl *DestRecordDecl local
3710 for (llvm::tie(Con, ConEnd) = S.LookupConstructors(DestRecordDecl);

Completed in 55 milliseconds