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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplate.cpp 10673 auto *FoundRD = dyn_cast<CXXRecordDecl>(Type);
10674 if (Keyword == ETK_Typename && LookupRD && FoundRD &&
10675 FoundRD->isInjectedClassName() &&
10676 declaresSameEntity(LookupRD, cast<Decl>(FoundRD->getParent())))
SemaDecl.cpp 474 auto *FoundRD = dyn_cast<CXXRecordDecl>(TD);
475 if (!isClassName && !IsCtorOrDtorName && LookupRD && FoundRD &&
476 FoundRD->isInjectedClassName() &&
477 declaresSameEntity(LookupRD, cast<Decl>(FoundRD->getParent())))

Completed in 33 milliseconds