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

/external/clang/include/clang/Sema/
H A DTemplate.h247 : SemaRef(SemaRef), Outer(SemaRef.CurrentInstantiationScope),
251 SemaRef.CurrentInstantiationScope = this;
268 SemaRef.CurrentInstantiationScope = Outer;
438 StartingScope = SemaRef.CurrentInstantiationScope;
H A DSema.h5780 LocalInstantiationScope *CurrentInstantiationScope; member in class:clang::Sema
/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp722 SemaRef.CurrentInstantiationScope->MakeInstantiatedLocalArgPack(Pack);
728 = SemaRef.CurrentInstantiationScope->getPartiallySubstitutedPack()){
747 = SemaRef.CurrentInstantiationScope->getPartiallySubstitutedPack()){
765 SemaRef.CurrentInstantiationScope->InstantiatedLocal(Old, New);
915 getSema().CurrentInstantiationScope->InstantiatedLocal(D, Inst);
968 getSema().CurrentInstantiationScope->InstantiatedLocal(ExceptionDecl, Var);
977 getSema().CurrentInstantiationScope->InstantiatedLocal(ExceptionDecl, Var);
1614 CurrentInstantiationScope->InstantiatedLocalPackArg(OldParm, NewParm);
1617 CurrentInstantiationScope->InstantiatedLocal(OldParm, NewParm);
1987 assert(CurrentInstantiationScope
[all...]
H A DSemaTemplateInstantiateDecl.cpp101 if (CurrentInstantiationScope)
102 Saved = CurrentInstantiationScope->cloneScopes(OuterMostScope);
330 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Var);
456 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Field);
618 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Enum);
687 SemaRef.CurrentInstantiationScope->InstantiatedLocal(*EC, EnumConst);
1004 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Record);
1620 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Inst);
1770 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Param);
1894 SemaRef.CurrentInstantiationScope
[all...]
H A DSemaTemplateVariadic.cpp571 = CurrentInstantiationScope->findInstantiationOf(
602 = CurrentInstantiationScope->getPartiallySubstitutedPack()){
662 = CurrentInstantiationScope->findInstantiationOf(
H A DSemaTemplateDeduction.cpp573 if (!S.CurrentInstantiationScope)
581 = S.CurrentInstantiationScope->getPartiallySubstitutedPack(
2312 CurrentInstantiationScope->SetPartiallySubstitutedPack(
2607 if (CurrentInstantiationScope &&
2608 CurrentInstantiationScope->getPartiallySubstitutedPack(&ExplicitArgs,
H A DSema.cpp104 CurrentInstantiationScope(0), TyposCorrected(0),
H A DSemaStmt.cpp295 if (NumElts != 0 && !CurrentInstantiationScope &&
H A DSemaChecking.cpp5603 if (CurrentInstantiationScope)
5621 assert(!CurrentInstantiationScope); // Ensured by caller

Completed in 1215 milliseconds