Searched refs:AllowDeductionGuide (Results 1 – 3 of 3) sorted by relevance
6549 bool AllowDeductionGuide; in ParseDirectDeclarator() local6552 AllowDeductionGuide = false; in ParseDirectDeclarator()6556 AllowDeductionGuide = false; in ParseDirectDeclarator()6559 AllowDeductionGuide = (D.getContext() == DeclaratorContext::File || in ParseDirectDeclarator()6569 AllowDeductionGuide, nullptr, D.getName()) || in ParseDirectDeclarator()
2868 bool AllowDeductionGuide, in ParseUnqualifiedId() argument2913 } else if (getLangOpts().CPlusPlus17 && AllowDeductionGuide && in ParseUnqualifiedId()
3544 bool AllowDeductionGuide,