HomeSort by relevance Sort by last modified time
    Searched refs:BuildObjCNumericLiteral (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 315 /// BuildObjCNumericLiteral - builds an ObjCBoxedExpr AST node for the
317 ExprResult Sema::BuildObjCNumericLiteral(SourceLocation AtLoc, Expr *Number) {
381 return BuildObjCNumericLiteral(AtLoc, Inner.get());
441 Result = S.BuildObjCNumericLiteral(OrigElement->getLocStart(),
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 539 milliseconds