Searched refs:AssocExprs (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 4313 assert(AssocTypes.size() == AssocExprs.size() && in GenericSelectionExpr() 4321 std::copy(AssocExprs.begin(), AssocExprs.end(), in GenericSelectionExpr() 4341 assert(AssocTypes.size() == AssocExprs.size() && in GenericSelectionExpr() 4349 std::copy(AssocExprs.begin(), AssocExprs.end(), in GenericSelectionExpr() 4367 assert(AssocTypes.size() == AssocExprs.size() && in GenericSelectionExpr() 4374 std::copy(AssocExprs.begin(), AssocExprs.end(), in GenericSelectionExpr() 4399 std::copy(AssocExprs.begin(), AssocExprs.end(), in GenericSelectionExpr() 4416 unsigned NumAssocs = AssocExprs.size(); in Create() 4430 unsigned NumAssocs = AssocExprs.size(); in Create() 4445 unsigned NumAssocs = AssocExprs.size(); in Create() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 5852 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, 5862 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, 5871 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, 5881 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, 5894 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, 5903 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, 5911 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, 5920 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 16124 SmallVector<Expr *, 4> AssocExprs(A.begin(), A.end()); in FixOverloadedFunctionReference() local 16126 AssocExprs[ResultIdx] = SubExpr.get(); in FixOverloadedFunctionReference() 16131 GSE->getAssocTypeSourceInfos(), AssocExprs, GSE->getDefaultLoc(), in FixOverloadedFunctionReference() 16136 GSE->getAssocTypeSourceInfos(), AssocExprs, GSE->getDefaultLoc(), in FixOverloadedFunctionReference()
|
| H A D | TreeTransform.h | 11014 SmallVector<Expr *, 4> AssocExprs; in TransformGenericSelectionExpr() local 11031 AssocExprs.push_back(AssocExpr.get()); in TransformGenericSelectionExpr() 11040 AssocExprs); in TransformGenericSelectionExpr() 11043 ControllingType, AssocTypes, AssocExprs); in TransformGenericSelectionExpr()
|
| H A D | SemaExpr.cpp | 20277 SmallVector<Expr *, 4> AssocExprs; in rebuildPotentialResultsAsNonOdrUsed() local 20284 AssocExprs.push_back(AssocExpr.get()); in rebuildPotentialResultsAsNonOdrUsed() 20287 AssocExprs.push_back(OrigAssocExpr); in rebuildPotentialResultsAsNonOdrUsed() 20300 GSE->getAssocTypeSourceInfos(), AssocExprs) in rebuildPotentialResultsAsNonOdrUsed()
|