Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp360 SmallVectorImpl<QualType> *AggrDeductionCandidateParamTypes = nullptr; member in __anon3dab0ec90311::InitListChecker
593 SmallVectorImpl<QualType> *AggrDeductionCandidateParamTypes = nullptr);
596 SmallVectorImpl<QualType> &AggrDeductionCandidateParamTypes) in InitListChecker() argument
600 &AggrDeductionCandidateParamTypes) {} in InitListChecker()
1089 SmallVectorImpl<QualType> *AggrDeductionCandidateParamTypes) in InitListChecker() argument
1093 AggrDeductionCandidateParamTypes(AggrDeductionCandidateParamTypes) { in InitListChecker()
1107 if (!hadError && !AggrDeductionCandidateParamTypes && FullyStructuredList) { in InitListChecker()
1491 assert(AggrDeductionCandidateParamTypes); in CheckListElementTypes()
1492 AggrDeductionCandidateParamTypes->push_back(DeclType); in CheckListElementTypes()
1555 assert(AggrDeductionCandidateParamTypes); in CheckSubElementType()
[all …]