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

  /external/clang/include/clang/Sema/
Template.h 247 : SemaRef(SemaRef), Outer(SemaRef.CurrentInstantiationScope),
251 SemaRef.CurrentInstantiationScope = this;
268 SemaRef.CurrentInstantiationScope = Outer;
434 StartingScope = SemaRef.CurrentInstantiationScope;
Sema.h     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 141 if (CurrentInstantiationScope)
142 Saved = CurrentInstantiationScope->cloneScopes(OuterMostScope);
448 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Field);
657 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Enum);
726 SemaRef.CurrentInstantiationScope->InstantiatedLocal(*EC, EnumConst);
    [all...]
SemaTemplateVariadic.cpp 569 = CurrentInstantiationScope->findInstantiationOf(
600 = CurrentInstantiationScope->getPartiallySubstitutedPack()){
660 = CurrentInstantiationScope->findInstantiationOf(
    [all...]
SemaTemplateDeduction.cpp 603 if (!S.CurrentInstantiationScope)
611 = S.CurrentInstantiationScope->getPartiallySubstitutedPack(
    [all...]
Sema.cpp 92 CurrentInstantiationScope(0), TyposCorrected(0),
    [all...]
SemaStmt.cpp 329 if (NumElts != 0 && !CurrentInstantiationScope &&
    [all...]

Completed in 62 milliseconds