Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DExceptionCode.h70 enum ExceptionType { enum
98 ExceptionType type;
DExceptionCode.cpp257 ExceptionType type; in getExceptionCodeDescription()
/external/smali/baksmali/src/main/resources/templates/templates/
Dbaksmali.stg372 Catch(ExceptionType, StartLabel, EndLabel, HandlerLabel) ::=
374 <if(ExceptionType)>.catch <ExceptionType><else>.catchall<endif> {<StartLabel> .. <EndLabel>} <Handl…
/external/clang/lib/AST/
DDeclPrinter.cpp463 std::string ExceptionType; in VisitFunctionDecl() local
464 FT->getExceptionType(I).getAsStringInternal(ExceptionType, SubPolicy); in VisitFunctionDecl()
465 Proto += ExceptionType; in VisitFunctionDecl()
DASTImporter.cpp1534 QualType ExceptionType = Importer.Import(*E); in VisitFunctionProtoType() local
1535 if (ExceptionType.isNull()) in VisitFunctionProtoType()
1537 ExceptionTypes.push_back(ExceptionType); in VisitFunctionProtoType()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp3853 *ExceptionType = Context.getFunctionType( in CheckExplicitlyDefaultedDefaultConstructor()
3876 ExceptionType, SourceLocation(), in CheckExplicitlyDefaultedDefaultConstructor()
3936 *ExceptionType = Context.getFunctionType( in CheckExplicitlyDefaultedCopyConstructor()
3971 ExceptionType, SourceLocation(), in CheckExplicitlyDefaultedCopyConstructor()
4045 *ExceptionType = Context.getFunctionType( in CheckExplicitlyDefaultedCopyAssignment()
4073 ExceptionType, SourceLocation(), in CheckExplicitlyDefaultedCopyAssignment()
4124 *ExceptionType = Context.getFunctionType( in CheckExplicitlyDefaultedMoveConstructor()
4159 ExceptionType, SourceLocation(), in CheckExplicitlyDefaultedMoveConstructor()
4231 *ExceptionType = Context.getFunctionType( in CheckExplicitlyDefaultedMoveAssignment()
4259 ExceptionType, SourceLocation(), in CheckExplicitlyDefaultedMoveAssignment()
[all …]
DSemaDeclObjC.cpp3059 QualType ExceptionType = TInfo->getType(); in ActOnObjCExceptionDecl() local
3061 VarDecl *New = BuildObjCExceptionDecl(TInfo, ExceptionType, in ActOnObjCExceptionDecl()
/external/clang/include/clang/Sema/
DSema.h2349 VarDecl *BuildObjCExceptionDecl(TypeSourceInfo *TInfo, QualType ExceptionType,