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;
434 StartingScope = SemaRef.CurrentInstantiationScope;
Sema.h     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp 690 SemaRef.CurrentInstantiationScope->MakeInstantiatedLocalArgPack(Pack);
696 = SemaRef.CurrentInstantiationScope->getPartiallySubstitutedPack()){
715 = SemaRef.CurrentInstantiationScope->getPartiallySubstitutedPack()){
733 SemaRef.CurrentInstantiationScope->InstantiatedLocal(Old, New);
    [all...]
SemaTemplateInstantiateDecl.cpp 191 if (CurrentInstantiationScope)
192 Saved = CurrentInstantiationScope->cloneScopes(OuterMostScope);
511 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Field);
725 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Enum);
783 SemaRef.CurrentInstantiationScope->InstantiatedLocal(EC, EnumConst);
    [all...]
SemaTemplateVariadic.cpp 569 = CurrentInstantiationScope->findInstantiationOf(
600 = CurrentInstantiationScope->getPartiallySubstitutedPack()){
660 = CurrentInstantiationScope->findInstantiationOf(
    [all...]
SemaTemplateDeduction.cpp 644 if (S.CurrentInstantiationScope) {
650 S.CurrentInstantiationScope->getPartiallySubstitutedPack(
    [all...]
Sema.cpp 104 CurrentInstantiationScope(nullptr), DisableTypoCorrection(false),
    [all...]
SemaStmt.cpp 341 if (NumElts != 0 && !CurrentInstantiationScope &&
    [all...]
SemaChecking.cpp     [all...]
SemaTemplate.cpp     [all...]
TreeTransform.h     [all...]
SemaDecl.cpp     [all...]

Completed in 429 milliseconds