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 255 /// BuildObjCNumericLiteral - builds an ObjCBoxedExpr AST node for the
257 ExprResult Sema::BuildObjCNumericLiteral(SourceLocation AtLoc, Expr *Number) {
321 return BuildObjCNumericLiteral(AtLoc, Inner.get());
380 Result = S.BuildObjCNumericLiteral(OrigElement->getLocStart(),
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 20 milliseconds