HomeSort by: relevance | last modified time | path
    Searched refs:StartingScope (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Template.h 471 LocalInstantiationScope *StartingScope = nullptr;
545 StartingScope = SemaRef.CurrentInstantiationScope;
551 StartingScope = nullptr;
554 LocalInstantiationScope *getStartingScope() const { return StartingScope; }
Sema.h 9412 LocalInstantiationScope *StartingScope = nullptr);
9421 LocalInstantiationScope *StartingScope,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 1053 StartingScope, InstantiatingVarTemplate);
1134 SemaRef.InstantiateAttrs(TemplateArgs, D, Field, LateAttrs, StartingScope);
1193 StartingScope);
1547 StartingScope);
1783 StartingScope);
3696 StartingScope, false, PrevDecl);
4125 LateAttrs, Owner, StartingScope);
4560 LateAttrs, StartingScope);
4896 LocalInstantiationScope *StartingScope) {
4929 // TODO: Set LateAttrs and StartingScope ..
    [all...]

Completed in 66 milliseconds