Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSema.cpp93 CXXTypeInfoDecl(nullptr), MSVCGuidDecl(nullptr), in Sema()
HDSemaExprCXX.cpp556 if (!MSVCGuidDecl) { in ActOnCXXUuidof()
560 MSVCGuidDecl = R.getAsSingle<RecordDecl>(); in ActOnCXXUuidof()
561 if (!MSVCGuidDecl) in ActOnCXXUuidof()
565 QualType GuidType = Context.getTypeDeclType(MSVCGuidDecl); in ActOnCXXUuidof()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h697 RecordDecl *MSVCGuidDecl; variable