Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp316 SmallVectorImpl<QualType> *AggrDeductionCandidateParamTypes = nullptr; member in __anon9ea1641e0211::InitListChecker
548 SmallVectorImpl<QualType> *AggrDeductionCandidateParamTypes = nullptr);
551 SmallVectorImpl<QualType> &AggrDeductionCandidateParamTypes) in InitListChecker() argument
555 &AggrDeductionCandidateParamTypes) {} in InitListChecker()
1018 SmallVectorImpl<QualType> *AggrDeductionCandidateParamTypes) in InitListChecker() argument
1022 AggrDeductionCandidateParamTypes(AggrDeductionCandidateParamTypes) { in InitListChecker()
1036 if (!hadError && !AggrDeductionCandidateParamTypes && FullyStructuredList) { in InitListChecker()
1420 assert(AggrDeductionCandidateParamTypes); in CheckListElementTypes()
1421 AggrDeductionCandidateParamTypes->push_back(DeclType); in CheckListElementTypes()
1484 assert(AggrDeductionCandidateParamTypes); in CheckSubElementType()
[all …]