Searched refs:ExceptionType (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/WebCore/dom/ |
D | ExceptionCode.h | 70 enum ExceptionType { enum 98 ExceptionType type;
|
D | ExceptionCode.cpp | 257 ExceptionType type; in getExceptionCodeDescription()
|
/external/smali/baksmali/src/main/resources/templates/templates/ |
D | baksmali.stg | 372 Catch(ExceptionType, StartLabel, EndLabel, HandlerLabel) ::= 374 <if(ExceptionType)>.catch <ExceptionType><else>.catchall<endif> {<StartLabel> .. <EndLabel>} <Handl…
|
/external/clang/lib/AST/ |
D | DeclPrinter.cpp | 463 std::string ExceptionType; in VisitFunctionDecl() local 464 FT->getExceptionType(I).getAsStringInternal(ExceptionType, SubPolicy); in VisitFunctionDecl() 465 Proto += ExceptionType; in VisitFunctionDecl()
|
D | ASTImporter.cpp | 1534 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/ |
D | SemaDeclCXX.cpp | 3853 *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 …]
|
D | SemaDeclObjC.cpp | 3059 QualType ExceptionType = TInfo->getType(); in ActOnObjCExceptionDecl() local 3061 VarDecl *New = BuildObjCExceptionDecl(TInfo, ExceptionType, in ActOnObjCExceptionDecl()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2349 VarDecl *BuildObjCExceptionDecl(TypeSourceInfo *TInfo, QualType ExceptionType,
|