Home
last modified time | relevance | path

Searched defs:TemplateScope (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp294 ParseScope TemplateScope(this, Scope::TemplateParamScope, LM.TemplateScope); in ParseLexedMethodDeclaration() local
396 ParseScope TemplateScope(this, Scope::TemplateParamScope, LM.TemplateScope); in ParseLexedMethodDef() local
/external/clang/include/clang/Parse/
DParser.h957 bool TemplateScope; member
1003 bool TemplateScope; member
1059 bool TemplateScope : 1; member
/external/chromium_org/third_party/cython/src/Cython/Compiler/
DSymtab.py2245 class TemplateScope(Scope): class