Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp922 SmallVector<QualType, 4> exceptionTypes; in VisitFunctionProtoType() local
931 exceptionTypes.push_back(newExceptionType); in VisitFunctionProtoType()
936 llvm::makeArrayRef(exceptionTypes).copy(Ctx); in VisitFunctionProtoType()
1248 SmallVector<QualType, 4> exceptionTypes; in substObjCTypeArgs() local
1261 exceptionTypes.push_back(newExceptionType); in substObjCTypeArgs()
1266 llvm::makeArrayRef(exceptionTypes).copy(ctx); in substObjCTypeArgs()