Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDType.cpp2596 for (QualType ExceptionType : epi.ExceptionSpec.Exceptions) { in FunctionProtoType() local
2599 if (ExceptionType->isInstantiationDependentType()) in FunctionProtoType()
2602 if (ExceptionType->containsUnexpandedParameterPack()) in FunctionProtoType()
2605 exnSlot[I++] = ExceptionType; in FunctionProtoType()
HDASTImporter.cpp1656 QualType ExceptionType = Importer.Import(E); in VisitFunctionProtoType() local
1657 if (ExceptionType.isNull()) in VisitFunctionProtoType()
1659 ExceptionTypes.push_back(ExceptionType); in VisitFunctionProtoType()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclObjC.cpp4433 QualType ExceptionType = TInfo->getType(); in ActOnObjCExceptionDecl() local
4435 VarDecl *New = BuildObjCExceptionDecl(TInfo, ExceptionType, in ActOnObjCExceptionDecl()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h3379 VarDecl *BuildObjCExceptionDecl(TypeSourceInfo *TInfo, QualType ExceptionType,