Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTImporter.cpp1654 SmallVector<QualType, 4> ExceptionTypes; in VisitFunctionProtoType() local
1659 ExceptionTypes.push_back(ExceptionType); in VisitFunctionProtoType()
1671 ToEPI.ExceptionSpec.Exceptions = ExceptionTypes; in VisitFunctionProtoType()