HomeSort by relevance Sort by last modified time
    Searched full:currentinstantiationscope (Results 1 - 12 of 12) sorted by null

  /external/clang/include/clang/Sema/
Template.h 247 : SemaRef(SemaRef), Outer(SemaRef.CurrentInstantiationScope),
251 SemaRef.CurrentInstantiationScope = this;
268 SemaRef.CurrentInstantiationScope = Outer;
279 LocalInstantiationScope *oldScope = SemaRef.CurrentInstantiationScope;
308 SemaRef.CurrentInstantiationScope = oldScope;
441 StartingScope = SemaRef.CurrentInstantiationScope;
Sema.h     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp 674 SemaRef.CurrentInstantiationScope->MakeInstantiatedLocalArgPack(Pack);
680 = SemaRef.CurrentInstantiationScope->getPartiallySubstitutedPack()){
699 = SemaRef.CurrentInstantiationScope->getPartiallySubstitutedPack()){
717 SemaRef.CurrentInstantiationScope->InstantiatedLocal(Old, New);
    [all...]
SemaTemplateInstantiateDecl.cpp 249 if (CurrentInstantiationScope)
250 Saved = CurrentInstantiationScope->cloneScopes(OuterMostScope);
595 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Field);
810 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Enum);
    [all...]
SemaTemplateVariadic.cpp 578 = CurrentInstantiationScope->findInstantiationOf(
609 = CurrentInstantiationScope->getPartiallySubstitutedPack()){
669 = CurrentInstantiationScope->findInstantiationOf(
    [all...]
SemaTemplateDeduction.cpp 618 if (S.CurrentInstantiationScope) {
624 S.CurrentInstantiationScope->getPartiallySubstitutedPack(
    [all...]
Sema.cpp 104 CurrentInstantiationScope(nullptr), DisableTypoCorrection(false),
    [all...]
SemaTemplate.cpp     [all...]
SemaStmt.cpp 355 if (NumElts != 0 && !CurrentInstantiationScope &&
    [all...]
SemaChecking.cpp     [all...]
SemaDecl.cpp     [all...]
TreeTransform.h     [all...]

Completed in 392 milliseconds