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

  /external/clang/include/clang/Sema/
Template.h 372 LocalInstantiationScope *StartingScope;
395 StartingScope(nullptr) {}
434 StartingScope = SemaRef.CurrentInstantiationScope;
440 StartingScope = nullptr;
443 LocalInstantiationScope *getStartingScope() const { return StartingScope; }
Sema.h     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 418 StartingScope, InstantiatingVarTemplate);
496 SemaRef.InstantiateAttrs(TemplateArgs, D, Field, LateAttrs, StartingScope);
555 StartingScope);
    [all...]
SemaTemplate.cpp     [all...]

Completed in 104 milliseconds