Home
last modified time | relevance | path

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

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