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

/external/clang/include/clang/Sema/
H A DSema.h2452 // Sema::MakeFullExpr that needs access to the constructor below.
2460 FullExprArg MakeFullExpr(Expr *Arg) { function in class:clang::Sema
2461 return MakeFullExpr(Arg, Arg ? Arg->getExprLoc() : SourceLocation());
2463 FullExprArg MakeFullExpr(Expr *Arg, SourceLocation CC) { function in class:clang::Sema

Completed in 98 milliseconds