Home
last modified time | relevance | path

Searched refs:ESI1 (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/clang/include/clang/AST/
DASTContext.h2800 mergeExceptionSpecs(FunctionProtoType::ExceptionSpecInfo ESI1,
/openbsd/src/gnu/llvm/clang/lib/AST/
DASTContext.cpp12461 ASTContext::mergeExceptionSpecs(FunctionProtoType::ExceptionSpecInfo ESI1, in mergeExceptionSpecs() argument
12465 ExceptionSpecificationType EST1 = ESI1.Type, EST2 = ESI2.Type; in mergeExceptionSpecs()
12470 return ESI1; in mergeExceptionSpecs()
12481 return ESI1; in mergeExceptionSpecs()
12512 mergeTypeLists(*this, ExceptionTypeStorage, ESI1.Exceptions, in mergeExceptionSpecs()