Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3124 mergeExceptionSpecs(FunctionProtoType::ExceptionSpecInfo ESI1,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp13894 ASTContext::mergeExceptionSpecs(FunctionProtoType::ExceptionSpecInfo ESI1, in mergeExceptionSpecs() argument
13898 ExceptionSpecificationType EST1 = ESI1.Type, EST2 = ESI2.Type; in mergeExceptionSpecs()
13903 return ESI1; in mergeExceptionSpecs()
13914 return ESI1; in mergeExceptionSpecs()
13945 mergeTypeLists(*this, ExceptionTypeStorage, ESI1.Exceptions, in mergeExceptionSpecs()