Searched refs:CXXThisScopeRAII (Results 1 - 8 of 8) sorted by relevance

/external/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp469 Sema::CXXThisScopeRAII ThisScope(Actions, Class.TagOrTemplate,
H A DParseDecl.cpp909 Sema::CXXThisScopeRAII ThisScope(Actions, RD,
4631 Sema::CXXThisScopeRAII ThisScope(Actions,
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp676 Sema::CXXThisScopeRAII::CXXThisScopeRAII(Sema &S, function in class:Sema::CXXThisScopeRAII
699 Sema::CXXThisScopeRAII::~CXXThisScopeRAII() {
H A DSemaTemplateInstantiate.cpp1964 CXXThisScopeRAII ThisScope(*this, Instantiation, (unsigned)0);
H A DSemaTemplateDeduction.cpp2353 CXXThisScopeRAII ThisScope(*this, ThisContext, ThisTypeQuals,
H A DSemaTemplateInstantiateDecl.cpp2396 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, ThisTypeQuals,
H A DTreeTransform.h4204 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, ThisTypeQuals);
/external/clang/include/clang/Sema/
H A DSema.h3631 class CXXThisScopeRAII { class in class:clang::Sema
3641 CXXThisScopeRAII(Sema &S, Decl *ContextDecl, unsigned CXXThisTypeQuals,
3644 ~CXXThisScopeRAII();

Completed in 204 milliseconds