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 217 static InitializedEntity InitializeException(SourceLocation ThrowLoc,
219 return InitializedEntity(EK_Exception, ThrowLoc, Type, NRVO);
    [all...]
Sema.h     [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 673 SourceLocation ThrowLoc;
688 Op(expr), ThrowLoc(l), IsThrownVariableInScope(IsThrownVariableInScope) {}
694 SourceLocation getThrowLoc() const { return ThrowLoc; }
705 return SourceRange(ThrowLoc, ThrowLoc);
706 return SourceRange(ThrowLoc, getSubExpr()->getSourceRange().getEnd());
    [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp 571 ExprResult Sema::CheckCXXThrowOperand(SourceLocation ThrowLoc, Expr *E,
597 if (RequireCompleteType(ThrowLoc, Ty,
603 if (RequireNonAbstractType(ThrowLoc, E->getType(),
627 InitializedEntity::InitializeException(ThrowLoc, E->getType(),
644 MarkVTableUsed(ThrowLoc, RD);
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]

Completed in 45 milliseconds