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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 3918 // specification. See getExceptionSpecSize for the details.
4006 return getExceptionSpecSize().NumExceptionType;
4010 return getExceptionSpecSize().NumExprPtr;
4014 return getExceptionSpecSize().NumFunctionDeclPtr;
4035 /// This struct is returned by getExceptionSpecSize and is used to
4047 getExceptionSpecSize(ExceptionSpecificationType EST, unsigned NumExceptions) {
4076 ExceptionSpecSizeHolder getExceptionSpecSize() const {
4077 return getExceptionSpecSize(getExceptionSpecType(), getNumExceptions());
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 4365 auto ESH = FunctionProtoType::getExceptionSpecSize(

Completed in 32 milliseconds