Home
last modified time | relevance | path

Searched defs:SubExprs (Results 1 – 12 of 12) sorted by relevance

/llvm-project/clang/include/clang/AST/
H A DStmtObjC.h25 Stmt* SubExprs[END_EXPR]; // SubExprs[ELEM] is an expression or declstmt. variable
H A DExpr.h2749 void setLHS(Expr *E) { SubExprs[LHS] = E; } variable
2671 Stmt *SubExprs[END_EXPR]; global() variable
3847 Stmt *SubExprs[END_EXPR]; global() variable
4186 Stmt* SubExprs[END_EXPR]; // Left/Middle/Right hand sides. global() variable
4254 Stmt *SubExprs[NUM_SUBEXPRS]; global() variable
4443 Stmt **SubExprs; global() variable
4565 Stmt* SubExprs[END_EXPR]; // Left/Middle/Right hand sides. global() variable
5675 Stmt *SubExprs[2]; global() variable
6615 Stmt *SubExprs[END_EXPR + 1]; global() variable
6915 Stmt *SubExprs[END_EXPR] = {nullptr}; global() variable
[all...]
H A DStmtCXX.h140 Stmt *SubExprs[END]; variable
H A DExprCXX.h1009 Stmt *SubExprs[NUM_SUBEXPRS]; variable
4383 Stmt *SubExprs[2]; global() variable
4850 Stmt *SubExprs[SubExpr::Count]; global() variable
5084 Stmt *SubExprs[SubExpr::Count]; global() variable
5227 Stmt *SubExprs[2]; global() variable
[all...]
H A DExprObjC.h852 Stmt* SubExprs[END_EXPR]; global() variable
[all...]
/llvm-project/clang/lib/Sema/
H A DTreeTransform.h3062 RebuildParenListExpr(SourceLocation LParenLoc,MultiExprArg SubExprs,SourceLocation RParenLoc) RebuildParenListExpr() argument
3897 RebuildShuffleVectorExpr(SourceLocation BuiltinLoc,MultiExprArg SubExprs,SourceLocation RParenLoc) RebuildShuffleVectorExpr() argument
4019 RebuildAtomicExpr(SourceLocation BuiltinLoc,MultiExprArg SubExprs,AtomicExpr::AtomicOp Op,SourceLocation RParenLoc) RebuildAtomicExpr() argument
4030 RebuildRecoveryExpr(SourceLocation BeginLoc,SourceLocation EndLoc,ArrayRef<Expr * > SubExprs,QualType Type) RebuildRecoveryExpr() argument
15779 SmallVector<Expr*, 8> SubExprs; TransformShuffleVectorExpr() local
15914 SmallVector<Expr*, 8> SubExprs; TransformAtomicExpr() local
[all...]
H A DSemaOverload.cpp14040 SmallVector<Expr *, 8> SubExprs = {Fn}; FinishOverloadedCallExpr() local
15301 std::vector<Expr *> SubExprs = {MemExprE}; BuildCallToMemberFunction() local
H A DSemaChecking.cpp3995 SmallVector<Expr*, 5> SubExprs; BuildAtomicExpr() local
[all...]
H A DSemaDecl.cpp13232 SmallVector<Expr *> SubExprs; AddInitializerToDecl() local
H A DSemaExpr.cpp20832 CreateRecoveryExpr(SourceLocation Begin,SourceLocation End,ArrayRef<Expr * > SubExprs,QualType T) CreateRecoveryExpr() argument
H A DSemaOpenMP.cpp5795 SmallVector<Expr *, 4> SubExprs; processImplicitMapsWithDefaultMappers() local
/llvm-project/clang/lib/AST/
H A DExpr.cpp5115 RecoveryExpr(ASTContext & Ctx,QualType T,SourceLocation BeginLoc,SourceLocation EndLoc,ArrayRef<Expr * > SubExprs) RecoveryExpr() argument
5130 Create(ASTContext & Ctx,QualType T,SourceLocation BeginLoc,SourceLocation EndLoc,ArrayRef<Expr * > SubExprs) Create() argument
[all...]