Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp1272 SmallVector<QualType, 4> ExceptionTypes; in VisitFunctionProtoType() local
1277 ExceptionTypes.push_back(*TyOrErr); in VisitFunctionProtoType()
1295 ToEPI.ExceptionSpec.Exceptions = ExceptionTypes; in VisitFunctionProtoType()