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

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseCXXInlineMethods.cpp 459 Sema::CXXThisScopeRAII ThisScope(Actions, Method->getParent(),
608 Sema::CXXThisScopeRAII ThisScope(Actions, Class.TagOrTemplate,
716 Sema::CXXThisScopeRAII ThisScope(Actions, RD, Qualifiers(),
ParseOpenMP.cpp 657 Sema::CXXThisScopeRAII *ThisScope;
672 ThisScope = new Sema::CXXThisScopeRAII(Actions, RD, Qualifiers(),
690 delete ThisScope;
ParseDecl.cpp 6425 llvm::Optional<Sema::CXXThisScopeRAII> &ThisScope) {
6461 ThisScope.emplace(Actions, dyn_cast<CXXRecordDecl>(Actions.CurContext), Q,
6575 llvm::Optional<Sema::CXXThisScopeRAII> ThisScope;
6576 InitCXXThisScopeForDeclaratorIfRelevant(D, DS, ThisScope);
ParseDeclCXX.cpp 3886 llvm::Optional<Sema::CXXThisScopeRAII> ThisScope;
3887 InitCXXThisScopeForDeclaratorIfRelevant(D, D.getDeclSpec(), ThisScope);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 309 Sema::CXXThisScopeRAII ThisScope(S, ThisContext, Qualifiers(),
390 Sema::CXXThisScopeRAII ThisScope(S, ThisContext, Qualifiers(),
587 CXXThisScopeRAII ThisScope(
738 CXXThisScopeRAII ThisScope(*this, ThisContext, Qualifiers(),
2292 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext,
3328 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, Qualifiers(),
3408 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, Qualifiers(),
4471 CXXThisScopeRAII ThisScope(*this, Record, ThisQuals, Record != nullptr);
SemaConcept.cpp 373 CXXThisScopeRAII ThisScope(*this, Record, ThisQuals, Record != nullptr);
SemaTemplateInstantiate.cpp 2795 CXXThisScopeRAII ThisScope(*this, ThisContext, Qualifiers(),
2997 CXXThisScopeRAII ThisScope(*this, Instantiation->getParent(), Qualifiers());
SemaTemplateDeduction.cpp 3331 CXXThisScopeRAII ThisScope(*this, ThisContext, ThisTypeQuals,
TreeTransform.h 5849 Sema::CXXThisScopeRAII ThisScope(SemaRef, ThisContext, ThisTypeQuals);
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 2983 llvm::Optional<Sema::CXXThisScopeRAII> &ThisScope);

Completed in 98 milliseconds