Home
last modified time | relevance | path

Searched refs:AutoTemplateParameterDepth (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h644 unsigned AutoTemplateParameterDepth; variable
686 AutoTemplateParameterDepth(0), GLTemplateParameterList(nullptr) in LambdaScopeInfo()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSema.cpp1113 LSI->AutoTemplateParameterDepth = Depth; in RecordParsingTemplateParameterDepth()
H A DSemaType.cpp1007 const unsigned TemplateParameterDepth = LSI->AutoTemplateParameterDepth; in ConvertDeclSpecToType()