Searched defs:ControllingType (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 4332 GenericSelectionExpr(const ASTContext &,SourceLocation GenericLoc,TypeSourceInfo * ControllingType,ArrayRef<TypeSourceInfo * > AssocTypes,ArrayRef<Expr * > AssocExprs,SourceLocation DefaultLoc,SourceLocation RParenLoc,bool ContainsUnexpandedParameterPack,unsigned ResultIndex) GenericSelectionExpr() argument 4385 GenericSelectionExpr(const ASTContext & Context,SourceLocation GenericLoc,TypeSourceInfo * ControllingType,ArrayRef<TypeSourceInfo * > AssocTypes,ArrayRef<Expr * > AssocExprs,SourceLocation DefaultLoc,SourceLocation RParenLoc,bool ContainsUnexpandedParameterPack) GenericSelectionExpr() argument 4441 Create(const ASTContext & Context,SourceLocation GenericLoc,TypeSourceInfo * ControllingType,ArrayRef<TypeSourceInfo * > AssocTypes,ArrayRef<Expr * > AssocExprs,SourceLocation DefaultLoc,SourceLocation RParenLoc,bool ContainsUnexpandedParameterPack,unsigned ResultIndex) Create() argument 4456 Create(const ASTContext & Context,SourceLocation GenericLoc,TypeSourceInfo * ControllingType,ArrayRef<TypeSourceInfo * > AssocTypes,ArrayRef<Expr * > AssocExprs,SourceLocation DefaultLoc,SourceLocation RParenLoc,bool ContainsUnexpandedParameterPack) Create() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 3390 TypeResult ControllingType; ParseGenericSelectionExpression() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 1678 if (!ControllingType) in CreateGenericSelectionExpr() local 1654 TypeSourceInfo *ControllingType; ActOnGenericSelectionExpr() local 1837 __anonf7f06b860402(Expr *ControllingExpr, TypeSourceInfo *ControllingType) CreateGenericSelectionExpr() argument [all...] |
H A D | TreeTransform.h | 3074 RebuildGenericSelectionExpr(SourceLocation KeyLoc,SourceLocation DefaultLoc,SourceLocation RParenLoc,TypeSourceInfo * ControllingType,ArrayRef<TypeSourceInfo * > Types,ArrayRef<Expr * > Exprs) RebuildGenericSelectionExpr() argument 11005 TypeSourceInfo *ControllingType = nullptr; TransformGenericSelectionExpr() local
|