HomeSort by: relevance | last modified time | path
    Searched refs:ExceptionTypeStorage (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprCXX.cpp 6426 SmallVectorImpl<QualType> &ExceptionTypeStorage) {
6480 ExceptionTypeStorage.push_back(E);
6483 Result.Exceptions = ExceptionTypeStorage;
6763 SmallVector<QualType, 8> ExceptionTypeStorage;
6766 ExceptionTypeStorage);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 4304 llvm::SmallVector<QualType, 8> ExceptionTypeStorage;
4327 ExceptionTypeStorage.push_back(getCanonicalType(ET));
4333 CanonicalEPI.ExceptionSpec.Exceptions = ExceptionTypeStorage;

Completed in 38 milliseconds