Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3125 FunctionProtoType::ExceptionSpecInfo ESI2,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp13895 FunctionProtoType::ExceptionSpecInfo ESI2, in mergeExceptionSpecs() argument
13898 ExceptionSpecificationType EST1 = ESI1.Type, EST2 = ESI2.Type; in mergeExceptionSpecs()
13905 return ESI2; in mergeExceptionSpecs()
13912 return ESI2; in mergeExceptionSpecs()
13946 ESI2.Exceptions); in mergeExceptionSpecs()