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

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Template.h 334 : SemaRef(SemaRef), Outer(SemaRef.CurrentInstantiationScope),
336 SemaRef.CurrentInstantiationScope = this;
357 SemaRef.CurrentInstantiationScope = Outer;
368 LocalInstantiationScope *oldScope = SemaRef.CurrentInstantiationScope;
397 SemaRef.CurrentInstantiationScope = oldScope;
545 StartingScope = SemaRef.CurrentInstantiationScope;
Sema.h 9083 LocalInstantiationScope *CurrentInstantiationScope;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateVariadic.cpp 711 = CurrentInstantiationScope->findInstantiationOf(
740 if (!IsVarDeclPack && CurrentInstantiationScope) {
742 = CurrentInstantiationScope->getPartiallySubstitutedPack()){
793 CurrentInstantiationScope->getPartiallySubstitutedPack();
829 = CurrentInstantiationScope->findInstantiationOf(
SemaTemplateInstantiateDecl.cpp 731 if (CurrentInstantiationScope)
732 Saved = CurrentInstantiationScope->cloneScopes(OuterMostScope);
983 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, NewBD);
1149 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Field);
1372 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Enum);
1430 SemaRef.CurrentInstantiationScope->InstantiatedLocal(EC, EnumConst);
1804 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Record);
2664 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Inst);
2823 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Param);
2957 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Param)
    [all...]
SemaTemplateInstantiate.cpp 966 SemaRef.CurrentInstantiationScope->MakeInstantiatedLocalArgPack(Pack);
972 = SemaRef.CurrentInstantiationScope->getPartiallySubstitutedPack()){
991 = SemaRef.CurrentInstantiationScope->getPartiallySubstitutedPack()){
1010 SemaRef.CurrentInstantiationScope->MakeInstantiatedLocalArgPack(Old);
1012 SemaRef.CurrentInstantiationScope->InstantiatedLocalPackArg(
1035 SemaRef.CurrentInstantiationScope->InstantiatedLocal(Old, New);
1256 getSema().CurrentInstantiationScope->InstantiatedLocal(D, Inst);
1308 getSema().CurrentInstantiationScope->InstantiatedLocal(ExceptionDecl, Var);
1317 getSema().CurrentInstantiationScope->InstantiatedLocal(ExceptionDecl, Var);
1681 = getSema().CurrentInstantiationScope->findInstantiationOf(PD)
    [all...]
SemaTemplateDeduction.cpp 781 if (auto *Scope = S.CurrentInstantiationScope)
2801 LocalInstantiationScope *CurrentInstantiationScope = nullptr,
2823 if (Param->isParameterPack() && CurrentInstantiationScope &&
2824 CurrentInstantiationScope->getPartiallySubstitutedPack() == Param) {
2827 CurrentInstantiationScope->ResetPartiallySubstitutedPack();
3288 CurrentInstantiationScope->SetPartiallySubstitutedPack(
3583 CurrentInstantiationScope, NumExplicitlySpecified,
Sema.cpp 182 ArgumentPackSubstitutionIndex(-1), CurrentInstantiationScope(nullptr),
SemaTemplate.cpp 2293 SemaRef.CurrentInstantiationScope->InstantiatedLocal(TemplateParam,
2423 SemaRef.CurrentInstantiationScope->InstantiatedLocal(OldParam, NewParam);
5891 if (ArgIdx < NumArgs && CurrentInstantiationScope &&
5892 CurrentInstantiationScope->getPartiallySubstitutedPack()) {
SemaStmt.cpp 431 if (NumElts != 0 && !CurrentInstantiationScope &&
SemaDeclCXX.cpp 1614 !(CurrentInstantiationScope &&
1615 CurrentInstantiationScope->isLocalPackExpansion(Param))) {
SemaDecl.cpp 14113 S.CurrentInstantiationScope->InstantiatedLocal(VD, VD);

Completed in 72 milliseconds