Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp1309 SmallVector<QualType, 4> ExceptionTypes; in VisitFunctionProtoType() local
1314 ExceptionTypes.push_back(*TyOrErr); in VisitFunctionProtoType()
1332 ToEPI.ExceptionSpec.Exceptions = ExceptionTypes; in VisitFunctionProtoType()