HomeSort by relevance Sort by last modified time
    Searched refs:CurrentInstantiationScope (Results 1 - 9 of 9) sorted by null

  /external/clang/include/clang/Sema/
Template.h 246 : SemaRef(SemaRef), Outer(SemaRef.CurrentInstantiationScope),
250 SemaRef.CurrentInstantiationScope = this;
267 SemaRef.CurrentInstantiationScope = Outer;
435 StartingScope = SemaRef.CurrentInstantiationScope;
Sema.h     [all...]
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 532 = CurrentInstantiationScope->findInstantiationOf(
563 = CurrentInstantiationScope->getPartiallySubstitutedPack()){
622 = CurrentInstantiationScope->findInstantiationOf(
SemaTemplateInstantiate.cpp 734 SemaRef.CurrentInstantiationScope->MakeInstantiatedLocalArgPack(Pack);
740 = SemaRef.CurrentInstantiationScope->getPartiallySubstitutedPack()){
759 = SemaRef.CurrentInstantiationScope->getPartiallySubstitutedPack()){
    [all...]
SemaTemplateInstantiateDecl.cpp 99 if (CurrentInstantiationScope)
100 Saved = CurrentInstantiationScope->cloneScopes(OuterMostScope);
327 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Var);
453 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Field);
616 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Enum);
685 SemaRef.CurrentInstantiationScope->InstantiatedLocal(*EC, EnumConst);
    [all...]
Sema.cpp 102 CurrentInstantiationScope(0), TyposCorrected(0),
    [all...]
SemaTemplateDeduction.cpp 568 = S.CurrentInstantiationScope->getPartiallySubstitutedPack(
    [all...]
SemaStmt.cpp 279 if (NumElts != 0 && !CurrentInstantiationScope &&
    [all...]
SemaChecking.cpp     [all...]

Completed in 449 milliseconds