Searched refs:TemplateParameterDepth (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/Parse/
H A DParseTemplate.cpp112 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth);
1703 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth);
1761 ->getDepth() == TemplateParameterDepth - 1) &&
1762 "TemplateParameterDepth should be greater than the depth of "
H A DParseCXXInlineMethods.cpp297 : P(P), Scopes(P), CurTemplateDepthTracker(P.TemplateParameterDepth) {
592 < TemplateParameterDepth) &&
593 "TemplateParameterDepth should be greater than the depth of "
H A DParser.cpp55 TemplateParameterDepth(0), ParsingInObjCContainer(false) {
1250 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth);
H A DParseExprCXX.cpp1286 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth);
3586 TemplateParameterDepth);
H A DParseDecl.cpp6562 TemplateParameterDepth);
/openbsd-current/gnu/llvm/clang/include/clang/Parse/
H A DParser.h255 unsigned TemplateParameterDepth; member in class:clang::Parser
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp3354 const unsigned TemplateParameterDepth = Info.AutoTemplateParameterDepth; local
3369 TemplateParameterDepth, AutoParameterPosition,
H A DSemaDeclCXX.cpp18578 Declarator &Declarator, unsigned TemplateParameterDepth) {
18596 Info.AutoTemplateParameterDepth = TemplateParameterDepth;
/openbsd-current/gnu/llvm/clang/include/clang/Sema/
H A DSema.h1955 /// This is used to inform Sema what the current TemplateParameterDepth
2031 unsigned TemplateParameterDepth);

Completed in 441 milliseconds