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

  /external/clang/include/clang/AST/
ExprCXX.h 646 /// CXXThrowExpr - [C++ 15] C++ Throw Expression. This handles
650 class CXXThrowExpr : public Expr {
662 CXXThrowExpr(Expr *expr, QualType Ty, SourceLocation l,
668 CXXThrowExpr(EmptyShell Empty) : Expr(CXXThrowExprClass, Empty) {}
691 static bool classof(const CXXThrowExpr *) { return true; }
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/v8/tools/gcmole/
gcmole.cc 562 VISIT(CXXThrowExpr);
723 DECL_VISIT_EXPR(CXXThrowExpr) {
    [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 769 void StmtProfiler::VisitCXXThrowExpr(const CXXThrowExpr *S) {
ItaniumMangle.cpp     [all...]
StmtPrinter.cpp     [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 177 if (isa<CXXThrowExpr>(S)) {
    [all...]
SemaExprCXX.cpp 555 return Owned(new (Context) CXXThrowExpr(Ex, Context.VoidTy, OpLoc,
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 403 void CodeGenFunction::EmitCXXThrowExpr(const CXXThrowExpr *E) {
    [all...]
CGExprAgg.cpp 185 void VisitCXXThrowExpr(const CXXThrowExpr *E) { CGF.EmitCXXThrowExpr(E); }
    [all...]
CodeGenFunction.h     [all...]
CGExprScalar.cpp 382 Value *VisitCXXThrowExpr(const CXXThrowExpr *E) {
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 318 CFGBlock *VisitCXXThrowExpr(CXXThrowExpr *T);
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]

Completed in 56 milliseconds