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

/external/clang/lib/Sema/
H A DSemaExprObjC.cpp255 /// BuildObjCNumericLiteral - builds an ObjCBoxedExpr AST node for the
257 ExprResult Sema::BuildObjCNumericLiteral(SourceLocation AtLoc, Expr *Number) { function in class:Sema
321 return BuildObjCNumericLiteral(AtLoc, Inner.get());
380 Result = S.BuildObjCNumericLiteral(OrigElement->getLocStart(),

Completed in 52 milliseconds