Searched defs:AssocTypes (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DExpr.cpp3042 TypeSourceInfo **AssocTypes, Expr **AssocExprs,
3055 AssocTypes(new (Context) TypeSourceInfo*[NumAssocs]),
3060 std::copy(AssocTypes, AssocTypes+NumAssocs, this->AssocTypes);
3066 TypeSourceInfo **AssocTypes, Expr **AssocExprs,
3078 AssocTypes(new (Context) TypeSourceInfo*[NumAssocs]),
3083 std::copy(AssocTypes, AssocTypes+NumAssocs, this->AssocTypes);
3040 GenericSelectionExpr(ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr, TypeSourceInfo **AssocTypes, Expr **AssocExprs, unsigned NumAssocs, SourceLocation DefaultLoc, SourceLocation RParenLoc, bool ContainsUnexpandedParameterPack, unsigned ResultIndex) argument
3064 GenericSelectionExpr(ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr, TypeSourceInfo **AssocTypes, Expr **AssocExprs, unsigned NumAssocs, SourceLocation DefaultLoc, SourceLocation RParenLoc, bool ContainsUnexpandedParameterPack) argument
[all...]
/external/clang/lib/Sema/
H A DTreeTransform.h6161 SmallVector<TypeSourceInfo *, 4> AssocTypes; local
6168 AssocTypes.push_back(AssocType);
6170 AssocTypes.push_back(0);
6183 AssocTypes.data(),

Completed in 57 milliseconds