HomeSort by relevance Sort by last modified time
    Searched refs:MSVCGuidDecl (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Sema/
Sema.cpp 94 CXXTypeInfoDecl(nullptr), MSVCGuidDecl(nullptr),
    [all...]
SemaExprCXX.cpp 596 // If MSVCGuidDecl has not been cached, do the lookup.
597 if (!MSVCGuidDecl) {
601 MSVCGuidDecl = R.getAsSingle<RecordDecl>();
602 if (!MSVCGuidDecl)
606 QualType GuidType = Context.getTypeDeclType(MSVCGuidDecl);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 729 RecordDecl *MSVCGuidDecl;
    [all...]

Completed in 67 milliseconds