Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DExceptionCode.h70 enum ExceptionType { enum
98 ExceptionType type;
DExceptionCode.cpp257 ExceptionType type; in getExceptionCodeDescription()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp3198 QualType ExceptionType = TInfo->getType(); in ActOnObjCExceptionDecl() local
3200 VarDecl *New = BuildObjCExceptionDecl(TInfo, ExceptionType, in ActOnObjCExceptionDecl()
/external/clang/lib/AST/
DASTImporter.cpp1598 QualType ExceptionType = Importer.Import(*E); in VisitFunctionProtoType() local
1599 if (ExceptionType.isNull()) in VisitFunctionProtoType()
1601 ExceptionTypes.push_back(ExceptionType); in VisitFunctionProtoType()
/external/clang/include/clang/Sema/
DSema.h2770 VarDecl *BuildObjCExceptionDecl(TypeSourceInfo *TInfo, QualType ExceptionType,