Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp3392 QualType ExceptionType = TInfo->getType(); in ActOnObjCExceptionDecl() local
3394 VarDecl *New = BuildObjCExceptionDecl(TInfo, ExceptionType, in ActOnObjCExceptionDecl()
/external/clang/lib/AST/
DASTImporter.cpp1611 QualType ExceptionType = Importer.Import(E); in VisitFunctionProtoType() local
1612 if (ExceptionType.isNull()) in VisitFunctionProtoType()
1614 ExceptionTypes.push_back(ExceptionType); in VisitFunctionProtoType()
/external/clang/include/clang/Sema/
DSema.h3128 VarDecl *BuildObjCExceptionDecl(TypeSourceInfo *TInfo, QualType ExceptionType,