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

  /external/clang/lib/AST/
ExprClassification.cpp 550 bool TrueIsThrow = isa<CXXThrowExpr>(True->IgnoreParenImpCasts());
551 bool FalseIsThrow = isa<CXXThrowExpr>(False->IgnoreParenImpCasts());
StmtProfile.cpp 930 void StmtProfiler::VisitCXXThrowExpr(const CXXThrowExpr *S) {
    [all...]
ItaniumMangle.cpp     [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 562 VISIT(CXXThrowExpr);
721 DECL_VISIT_EXPR(CXXThrowExpr) {
    [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 801 class CXXThrowExpr : public Expr {
813 CXXThrowExpr(Expr *expr, QualType Ty, SourceLocation l,
819 CXXThrowExpr(EmptyShell Empty) : Expr(CXXThrowExprClass, Empty) {}
    [all...]
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp     [all...]
CGException.cpp 404 void CodeGenFunction::EmitCXXThrowExpr(const CXXThrowExpr *E,
    [all...]
CGExprAgg.cpp 192 void VisitCXXThrowExpr(const CXXThrowExpr *E) { CGF.EmitCXXThrowExpr(E); }
    [all...]
CodeGenFunction.h     [all...]
CGExpr.cpp     [all...]
CGExprScalar.cpp 400 Value *VisitCXXThrowExpr(const CXXThrowExpr *E) {
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 1112 const internal::VariadicDynCastAllOfMatcher<Stmt, CXXThrowExpr> throwExpr;
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 373 CFGBlock *VisitCXXThrowExpr(CXXThrowExpr *T);
    [all...]
ThreadSafety.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp 633 CXXThrowExpr(Ex, Context.VoidTy, OpLoc, IsThrownVarInScope);
    [all...]
AnalysisBasedWarnings.cpp 367 if (isa<CXXThrowExpr>(S)) {
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]

Completed in 837 milliseconds