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

/external/clang/lib/Sema/
H A DSemaInit.cpp3267 CXXRecordDecl *DestRecordDecl local
3282 DeclContext::lookup_result Ctors = S.LookupConstructors(DestRecordDecl);
3303 if (ILE->getNumInits() != 0 || !DestRecordDecl->hasDefaultConstructor())
4271 CXXRecordDecl *DestRecordDecl local
4276 DeclContext::lookup_result R = S.LookupConstructors(DestRecordDecl);

Completed in 128 milliseconds