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 244 static InitializedEntity InitializeException(SourceLocation ThrowLoc,
246 return InitializedEntity(EK_Exception, ThrowLoc, Type, NRVO);
    [all...]
Sema.h     [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 799 SourceLocation ThrowLoc;
814 Op(expr), ThrowLoc(l), IsThrownVariableInScope(IsThrownVariableInScope) {}
820 SourceLocation getThrowLoc() const { return ThrowLoc; }
829 SourceLocation getLocStart() const LLVM_READONLY { return ThrowLoc; }
832 return ThrowLoc;
    [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp 597 ExprResult Sema::CheckCXXThrowOperand(SourceLocation ThrowLoc, Expr *E,
623 if (RequireCompleteType(ThrowLoc, Ty,
629 if (RequireNonAbstractType(ThrowLoc, E->getType(),
653 InitializedEntity::InitializeException(ThrowLoc, E->getType(),
670 MarkVTableUsed(ThrowLoc, RD);
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]

Completed in 766 milliseconds