reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Parse/ParseCXXInlineMethods.cpp
  417     Sema::CXXThisScopeRAII ThisScope(Actions, Method->getParent(),
  596     Sema::CXXThisScopeRAII ThisScope(Actions, Class.TagOrTemplate,
tools/clang/lib/Parse/ParseDecl.cpp
 1503     Sema::CXXThisScopeRAII ThisScope(Actions, RD, Qualifiers(),
 6352       Sema::CXXThisScopeRAII ThisScope(
tools/clang/lib/Parse/ParseOpenMP.cpp
  627   Sema::CXXThisScopeRAII *ThisScope;
  644     ThisScope = new Sema::CXXThisScopeRAII(Actions, RD, Qualifiers(),
tools/clang/lib/Sema/SemaTemplateDeduction.cpp
 3087     CXXThisScopeRAII ThisScope(*this, ThisContext, ThisTypeQuals,
tools/clang/lib/Sema/SemaTemplateInstantiate.cpp
 2239     CXXThisScopeRAII ThisScope(*this, ThisContext, Qualifiers(),
 2439   CXXThisScopeRAII ThisScope(*this, Instantiation->getParent(), Qualifiers());
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
  290     Sema::CXXThisScopeRAII ThisScope(S, ThisContext, Qualifiers(),
  371     Sema::CXXThisScopeRAII ThisScope(S, ThisContext, Qualifiers(),
  486       CXXThisScopeRAII ThisScope(
  631       CXXThisScopeRAII ThisScope(*this, ThisContext, Qualifiers(),
 3088     Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, Qualifiers(),
 3178     Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, Qualifiers(),
tools/clang/lib/Sema/TreeTransform.h
 5416       Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, ThisTypeQuals);