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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
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...]
SemaTemplateInstantiate.cpp 1111 CXXRecordDecl *ThisContext,
1742 CXXRecordDecl *ThisContext,
1748 TLB, TL, ThisContext, ThisTypeQuals, TransformExceptionSpec);
2160 CXXRecordDecl *ThisContext,
2186 TLB, Proto, ThisContext, ThisTypeQuals,
2793 CXXRecordDecl *ThisContext =
2795 CXXThisScopeRAII ThisScope(*this, ThisContext, Qualifiers(),
SemaTemplateDeduction.cpp 3325 CXXRecordDecl *ThisContext = nullptr;
3327 ThisContext = Method->getParent();
3331 CXXThisScopeRAII ThisScope(*this, ThisContext, ThisTypeQuals,
TreeTransform.h 642 CXXRecordDecl *ThisContext,
5817 TypeLocBuilder &TLB, FunctionProtoTypeLoc TL, CXXRecordDecl *ThisContext,
5849 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, ThisTypeQuals);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 9245 CXXRecordDecl *ThisContext,

Completed in 92 milliseconds