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 230 static InitializedEntity InitializeException(SourceLocation ThrowLoc,
232 return InitializedEntity(EK_Exception, ThrowLoc, Type, NRVO);
    [all...]
Sema.h     [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 692 SourceLocation ThrowLoc;
707 Op(expr), ThrowLoc(l), IsThrownVariableInScope(IsThrownVariableInScope) {}
713 SourceLocation getThrowLoc() const { return ThrowLoc; }
722 SourceLocation getLocStart() const LLVM_READONLY { return ThrowLoc; }
725 return ThrowLoc;
    [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp 552 ExprResult Sema::CheckCXXThrowOperand(SourceLocation ThrowLoc, Expr *E,
578 if (RequireCompleteType(ThrowLoc, Ty,
584 if (RequireNonAbstractType(ThrowLoc, E->getType(),
608 InitializedEntity::InitializeException(ThrowLoc, E->getType(),
625 MarkVTableUsed(ThrowLoc, RD);
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]

Completed in 103 milliseconds