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

  /external/clang/lib/Parse/
ParseExprCXX.cpp 790 return Actions.ActOnCXXThrow(getCurScope(), ThrowLoc, 0);
795 return Actions.ActOnCXXThrow(getCurScope(), ThrowLoc, Expr.take());
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp 481 /// ActOnCXXThrow - Parse throw expressions.
483 Sema::ActOnCXXThrow(Scope *S, SourceLocation OpLoc, Expr *Ex) {
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 132 milliseconds