Searched refs:MSVCGuidDecl (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Sema/
H A DSema.cpp94 CXXTypeInfoDecl(nullptr), MSVCGuidDecl(nullptr),
H A DSemaExprCXX.cpp532 // If MSVCGuidDecl has not been cached, do the lookup.
533 if (!MSVCGuidDecl) {
537 MSVCGuidDecl = R.getAsSingle<RecordDecl>();
538 if (!MSVCGuidDecl)
542 QualType GuidType = Context.getTypeDeclType(MSVCGuidDecl);
/external/clang/include/clang/Sema/
H A DSema.h643 RecordDecl *MSVCGuidDecl; member in class:clang::Sema

Completed in 723 milliseconds