HomeSort by: relevance | last modified time | path
    Searched refs:CXXTypeInfoDecl (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprCXX.cpp 630 if (!CXXTypeInfoDecl) {
634 CXXTypeInfoDecl = R.getAsSingle<RecordDecl>();
637 if (!CXXTypeInfoDecl && LangOpts.MSVCCompat) {
639 CXXTypeInfoDecl = R.getAsSingle<RecordDecl>();
641 if (!CXXTypeInfoDecl)
649 QualType TypeInfoType = Context.getTypeDeclType(CXXTypeInfoDecl);
Sema.cpp 171 StdCoroutineTraitsCache(nullptr), CXXTypeInfoDecl(nullptr),
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 1126 RecordDecl *CXXTypeInfoDecl;

Completed in 79 milliseconds