HomeSort by: relevance | last modified time | path
    Searched refs:getThrowExpr (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtObjC.h 344 const Expr *getThrowExpr() const { return reinterpret_cast<Expr*>(Throw); }
345 Expr *getThrowExpr() { return reinterpret_cast<Expr*>(Throw); }
  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtPrinter.cpp 537 if (Node->getThrowExpr()) {
539 PrintExpr(Node->getThrowExpr());
ASTImporter.cpp 6501 ExpectedExpr ToThrowExprOrErr = import(S->getThrowExpr());
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 2048 if (S->getThrowExpr())
2063 if (S->getThrowExpr())
RewriteObjC.cpp 1968 if (S->getThrowExpr())
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp 1493 Record.AddStmt(S->getThrowExpr());
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCMac.cpp 4952 if (const Expr *ThrowExpr = S.getThrowExpr()) {
7841 if (const Expr *ThrowExpr = S.getThrowExpr()) {
CGObjCGNU.cpp 3952 if (const Expr *ThrowExpr = S.getThrowExpr()) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 7994 if (S->getThrowExpr()) {
7995 Operand = getDerived().TransformExpr(S->getThrowExpr());
8001 Operand.get() == S->getThrowExpr())

Completed in 144 milliseconds