HomeSort by: relevance | last modified time | path
    Searched defs:TemplateParamScope (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Scope.h 77 TemplateParamScope = 0x80,
409 return getFlags() & Scope::TemplateParamScope;
435 Scope::BlockScope | Scope::TemplateParamScope |
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLambda.cpp 899 auto *TemplateParamScope = CurScope->getTemplateParamParent();
900 assert(TemplateParamScope &&
903 assert(TemplateParamScope->getParent());
904 KnownDependent = TemplateParamScope->getParent()

Completed in 62 milliseconds