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

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DTemplate.h254 : SemaRef(SemaRef), Outer(SemaRef.CurrentInstantiationScope),
258 SemaRef.CurrentInstantiationScope = this;
275 SemaRef.CurrentInstantiationScope = Outer;
456 StartingScope = SemaRef.CurrentInstantiationScope;
H A DSema.h6068 LocalInstantiationScope *CurrentInstantiationScope; member in class:clang::Sema
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp724 SemaRef.CurrentInstantiationScope->MakeInstantiatedLocalArgPack(Pack);
730 = SemaRef.CurrentInstantiationScope->getPartiallySubstitutedPack()){
749 = SemaRef.CurrentInstantiationScope->getPartiallySubstitutedPack()){
767 SemaRef.CurrentInstantiationScope->InstantiatedLocal(Old, New);
930 getSema().CurrentInstantiationScope->InstantiatedLocal(D, Inst);
983 getSema().CurrentInstantiationScope->InstantiatedLocal(ExceptionDecl, Var);
992 getSema().CurrentInstantiationScope->InstantiatedLocal(ExceptionDecl, Var);
1293 = getSema().CurrentInstantiationScope->findInstantiationOf(PD);
1706 CurrentInstantiationScope->InstantiatedLocalPackArg(OldParm, NewParm);
1709 CurrentInstantiationScope
[all...]
H A DSemaTemplateInstantiateDecl.cpp141 if (CurrentInstantiationScope)
142 Saved = CurrentInstantiationScope->cloneScopes(OuterMostScope);
390 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Var);
518 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Field);
727 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Enum);
796 SemaRef.CurrentInstantiationScope->InstantiatedLocal(*EC, EnumConst);
1113 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Record);
1777 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Inst);
1927 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Param);
2051 SemaRef.CurrentInstantiationScope
[all...]
H A DSemaTemplateVariadic.cpp568 = CurrentInstantiationScope->findInstantiationOf(
599 = CurrentInstantiationScope->getPartiallySubstitutedPack()){
659 = CurrentInstantiationScope->findInstantiationOf(
H A DSemaTemplateDeduction.cpp600 if (!S.CurrentInstantiationScope)
608 = S.CurrentInstantiationScope->getPartiallySubstitutedPack(
2401 CurrentInstantiationScope->SetPartiallySubstitutedPack(
2691 if (CurrentInstantiationScope &&
2692 CurrentInstantiationScope->getPartiallySubstitutedPack(&ExplicitArgs,
2699 CurrentInstantiationScope->ResetPartiallySubstitutedPack();
H A DSema.cpp92 CurrentInstantiationScope(0), TyposCorrected(0),
H A DSemaStmt.cpp332 if (NumElts != 0 && !CurrentInstantiationScope &&

Completed in 174 milliseconds