Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDScopeInfo.h653 unsigned AutoTemplateParameterDepth; variable
695 ContainsUnexpandedParameterPack(false), AutoTemplateParameterDepth(0), in LambdaScopeInfo()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSema.cpp1124 LSI->AutoTemplateParameterDepth = Depth; in RecordParsingTemplateParameterDepth()
HDSemaType.cpp1461 const unsigned TemplateParameterDepth = LSI->AutoTemplateParameterDepth; in ConvertDeclSpecToType()