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

/external/clang/lib/Sema/
H A DSemaInit.cpp3448 CXXRecordDecl *DestRecordDecl local
3463 DeclContext::lookup_result Ctors = S.LookupConstructors(DestRecordDecl);
3484 if (ILE->getNumInits() != 0 || !DestRecordDecl->hasDefaultConstructor())
4461 CXXRecordDecl *DestRecordDecl local
4466 DeclContext::lookup_result R = S.LookupConstructors(DestRecordDecl);

Completed in 51 milliseconds