Searched refs:BuildObjCNumericLiteral (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Parse/
H A DParseObjc.cpp2124 Actions.BuildObjCNumericLiteral(AtLoc, Lit.get()));
2660 return Actions.BuildObjCNumericLiteral(AtLoc, Lit.get());
2674 return Actions.BuildObjCNumericLiteral(AtLoc, Lit.get());
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp258 /// BuildObjCNumericLiteral - builds an ObjCBoxedExpr AST node for the
260 ExprResult Sema::BuildObjCNumericLiteral(SourceLocation AtLoc, Expr *Number) { function in class:Sema
324 return BuildObjCNumericLiteral(AtLoc, Inner.get());
384 Result = S.BuildObjCNumericLiteral(OrigElement->getLocStart(),
/external/clang/include/clang/Sema/
H A DSema.h4715 /// BuildObjCNumericLiteral - builds an ObjCBoxedExpr AST node for the
4718 ExprResult BuildObjCNumericLiteral(SourceLocation AtLoc, Expr *Number);

Completed in 6151 milliseconds