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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateDeduction.cpp 3325 CXXRecordDecl *ThisContext = nullptr;
3327 ThisContext = Method->getParent();
3331 CXXThisScopeRAII ThisScope(*this, ThisContext, ThisTypeQuals,
SemaTemplateInstantiateDecl.cpp 295 auto *ThisContext = dyn_cast_or_null<CXXRecordDecl>(FD->getDeclContext());
309 Sema::CXXThisScopeRAII ThisScope(S, ThisContext, Qualifiers(),
378 auto *ThisContext = dyn_cast_or_null<CXXRecordDecl>(FD->getDeclContext());
380 auto &&SubstExpr = [FD, ThisContext, &S, &TemplateArgs](Expr *E) {
390 Sema::CXXThisScopeRAII ThisScope(S, ThisContext, Qualifiers(),
737 auto *ThisContext = dyn_cast_or_null<CXXRecordDecl>(ND->getDeclContext());
738 CXXThisScopeRAII ThisScope(*this, ThisContext, Qualifiers(),
2291 auto *ThisContext = dyn_cast_or_null<CXXRecordDecl>(Owner);
2292 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext,
2293 D->getMethodQualifiers(), ThisContext);
    [all...]

Completed in 26 milliseconds