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 252 static InitializedEntity InitializeException(SourceLocation ThrowLoc,
254 return InitializedEntity(EK_Exception, ThrowLoc, Type, NRVO);
    [all...]
Sema.h     [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 803 SourceLocation ThrowLoc;
818 Op(expr), ThrowLoc(l), IsThrownVariableInScope(IsThrownVariableInScope) {}
824 SourceLocation getThrowLoc() const { return ThrowLoc; }
833 SourceLocation getLocStart() const LLVM_READONLY { return ThrowLoc; }
836 return ThrowLoc;
    [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp 637 ExprResult Sema::CheckCXXThrowOperand(SourceLocation ThrowLoc, Expr *E,
663 if (RequireCompleteType(ThrowLoc, Ty,
669 if (RequireNonAbstractType(ThrowLoc, E->getType(),
693 InitializedEntity::InitializeException(ThrowLoc, E->getType(),
710 MarkVTableUsed(ThrowLoc, RD);
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]

Completed in 117 milliseconds