HomeSort by relevance Sort by last modified time
    Searched defs:ExprWithCleanups (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
ExprCXX.cpp 698 ExprWithCleanups::ExprWithCleanups(ASTContext &C,
715 void ExprWithCleanups::setNumTemporaries(ASTContext &C, unsigned N) {
722 ExprWithCleanups *ExprWithCleanups::Create(ASTContext &C,
726 return new (C) ExprWithCleanups(C, SubExpr, Temps, NumTemps);
    [all...]
  /external/clang/include/clang/AST/
ExprCXX.h     [all...]

Completed in 183 milliseconds