Searched defs:ExceptionType (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DExceptionCode.h70 enum ExceptionType { enum in namespace:WebCore
98 ExceptionType type;
/external/clang/lib/AST/
H A DASTImporter.cpp1506 QualType ExceptionType = Importer.Import(*E); local
1507 if (ExceptionType.isNull())
1509 ExceptionTypes.push_back(ExceptionType);
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp3138 QualType ExceptionType = TInfo->getType(); local
3140 VarDecl *New = BuildObjCExceptionDecl(TInfo, ExceptionType,

Completed in 102 milliseconds