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 82 IdResolver(pp), StdInitializerList(0), CXXTypeInfoDecl(0), MSVCGuidDecl(0),
    [all...]
SemaExprCXX.cpp 450 // If MSVCGuidDecl has not been cached, do the lookup.
451 if (!MSVCGuidDecl) {
455 MSVCGuidDecl = R.getAsSingle<RecordDecl>();
456 if (!MSVCGuidDecl)
460 QualType GuidType = Context.getTypeDeclType(MSVCGuidDecl);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 542 RecordDecl *MSVCGuidDecl;
    [all...]

Completed in 31 milliseconds