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

  /external/clang/include/clang/Sema/
Initialization.h 216 static InitializedEntity InitializeException(SourceLocation ThrowLoc,
218 return InitializedEntity(EK_Exception, ThrowLoc, Type, NRVO);
    [all...]
Sema.h     [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 652 SourceLocation ThrowLoc;
667 Op(expr), ThrowLoc(l), IsThrownVariableInScope(IsThrownVariableInScope) {}
673 SourceLocation getThrowLoc() const { return ThrowLoc; }
684 return SourceRange(ThrowLoc, ThrowLoc);
685 return SourceRange(ThrowLoc, getSubExpr()->getSourceRange().getEnd());
    [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp 560 ExprResult Sema::CheckCXXThrowOperand(SourceLocation ThrowLoc, Expr *E,
586 if (RequireCompleteType(ThrowLoc, Ty,
592 if (RequireNonAbstractType(ThrowLoc, E->getType(),
617 InitializedEntity::InitializeException(ThrowLoc, E->getType(),
634 MarkVTableUsed(ThrowLoc, RD);
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]

Completed in 60 milliseconds