Home
last modified time | relevance | path

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

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