Searched defs:SubExprs (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 2676 Stmt *SubExprs[END_EXPR]; variable 2754 Stmt *SubExprs[END_EXPR]; variable 3862 Stmt *SubExprs[END_EXPR]; variable 4205 Stmt* SubExprs[END_EXPR]; // Left/Middle/Right hand sides. variable 4273 Stmt *SubExprs[NUM_SUBEXPRS]; variable 4462 Stmt **SubExprs; variable 4584 Stmt* SubExprs[END_EXPR]; // Left/Middle/Right hand sides. variable 5694 Stmt *SubExprs[2]; variable 6634 Stmt *SubExprs[END_EXPR + 1]; variable 6934 Stmt *SubExprs[END_EXPR] = {nullptr}; variable
|
H A D | StmtObjC.h | 25 Stmt* SubExprs[END_EXPR]; // SubExprs[ELEM] is an expression or declstmt. variable
|
H A D | StmtCXX.h | 140 Stmt *SubExprs[END]; variable
|
H A D | ExprCXX.h | 1009 Stmt *SubExprs[NUM_SUBEXPRS]; variable 4384 Stmt *SubExprs[2]; variable 4851 Stmt *SubExprs[SubExpr::Count]; variable 5085 Stmt *SubExprs[SubExpr::Count]; variable 5228 Stmt *SubExprs[2]; variable
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 3065 MultiExprArg SubExprs, in RebuildParenListExpr() 3900 MultiExprArg SubExprs, in RebuildShuffleVectorExpr() 4022 ExprResult RebuildAtomicExpr(SourceLocation BuiltinLoc, MultiExprArg SubExprs, in RebuildAtomicExpr() 4033 ArrayRef<Expr *> SubExprs, QualType Type) { in RebuildRecoveryExpr() 15810 SmallVector<Expr*, 8> SubExprs; in TransformShuffleVectorExpr() local 15945 SmallVector<Expr*, 8> SubExprs; in TransformAtomicExpr() local
|
H A D | SemaOverload.cpp | 14016 SmallVector<Expr *, 8> SubExprs = {Fn}; in FinishOverloadedCallExpr() local 15279 std::vector<Expr *> SubExprs = {MemExprE}; in BuildCallToMemberFunction() local
|
H A D | SemaDecl.cpp | 13274 SmallVector<Expr *> SubExprs; in AddInitializerToDecl() local
|
H A D | SemaChecking.cpp | 3999 SmallVector<Expr*, 5> SubExprs; in BuildAtomicExpr() local
|
H A D | SemaExpr.cpp | 20902 ArrayRef<Expr *> SubExprs, QualType T) { in CreateRecoveryExpr()
|
H A D | SemaOpenMP.cpp | 5791 SmallVector<Expr *, 4> SubExprs; in processImplicitMapsWithDefaultMappers() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 5115 SourceLocation EndLoc, ArrayRef<Expr *> SubExprs) in RecoveryExpr() 5130 ArrayRef<Expr *> SubExprs) { in Create()
|