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

  /external/clang/include/clang/Sema/
Ownership.h 242 typedef llvm::MutableArrayRef<Expr*> MultiExprArg;
Sema.h     [all...]
Initialization.h 814 MultiExprArg Args,
    [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 636 Getter, MultiExprArg());
641 MultiExprArg());
695 MultiExprArg(args, 1));
700 MultiExprArg(args, 1));
    [all...]
SemaStmtAsm.cpp 92 MultiExprArg constraints, MultiExprArg exprs,
93 Expr *asmString, MultiExprArg clobbers,
SemaExprObjC.cpp 614 ExprResult Sema::BuildObjCArrayLiteral(SourceRange SR, MultiExprArg Elements) {
    [all...]
TreeTransform.h     [all...]
SemaInit.cpp 323 = InitSeq.Perform(SemaRef, MemberEntity, Kind, MultiExprArg());
432 = InitSeq.Perform(SemaRef, ElementEntity, Kind, MultiExprArg());
    [all...]
SemaDeclCXX.cpp     [all...]
SemaExprCXX.cpp 769 MultiExprArg exprs,
789 MultiExprArg exprs,
    [all...]
Sema.cpp     [all...]
SemaExpr.cpp 733 E->getLocStart(), MultiExprArg(),
    [all...]
SemaOverload.cpp     [all...]
SemaStmt.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/Parse/
ParseInit.cpp 415 return Actions.ActOnInitList(LBraceLoc, MultiExprArg(), ConsumeBrace());
ParseExprCXX.cpp     [all...]
ParseObjc.cpp     [all...]

Completed in 174 milliseconds