Searched refs:FullExprArg (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2806 class FullExprArg { class in class:clang::Sema
2808 FullExprArg(Sema &actions) : E(0) { } function in class:clang::Sema::FullExprArg
2813 FullExprArg(const FullExprArg& Other) : E(Other.E) {} function in class:clang::Sema::FullExprArg
2830 explicit FullExprArg(Expr *expr) : E(expr) {} function in class:clang::Sema::FullExprArg
2835 FullExprArg MakeFullExpr(Expr *Arg) {
2838 FullExprArg MakeFullExpr(Expr *Arg, SourceLocation CC) {
2839 return FullExprArg(ActOnFinishFullExpr(Arg, CC).release());
2841 FullExprArg MakeFullDiscardedValueExpr(Expr *Arg) {
2845 return FullExprArg(F
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp1060 FullExprArg FullCondExp(Actions.MakeFullExpr(CondExp.get(), IfLoc));
1281 FullExprArg FullCond(Actions.MakeFullExpr(Cond.get(), WhileLoc));
1444 FullExprArg SecondPart(Actions);
1447 FullExprArg ThirdPart(Actions);
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h250 typedef Sema::FullExprArg FullExprArg; typedef in class:clang::Parser
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp429 Sema::ActOnIfStmt(SourceLocation IfLoc, FullExprArg CondVal, Decl *CondVar,
1165 Sema::ActOnWhileStmt(SourceLocation WhileLoc, FullExprArg Cond,
1520 Stmt *First, FullExprArg second, Decl *secondVar,
1521 FullExprArg third,
H A DTreeTransform.h1109 StmtResult RebuildIfStmt(SourceLocation IfLoc, Sema::FullExprArg Cond,
1138 StmtResult RebuildWhileStmt(SourceLocation WhileLoc, Sema::FullExprArg Cond,
1159 Stmt *Init, Sema::FullExprArg Cond,
1160 VarDecl *CondVar, Sema::FullExprArg Inc,
5440 Sema::FullExprArg FullCond(getSema().MakeFullExpr(Cond.take()));
5534 Sema::FullExprArg FullCond(getSema().MakeFullExpr(Cond.take()));
5612 Sema::FullExprArg FullCond(getSema().MakeFullExpr(Cond.take()));
5621 Sema::FullExprArg FullInc(getSema().MakeFullDiscardedValueExpr(Inc.get()));

Completed in 211 milliseconds