Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h1595 ObjCCatchContext, // Objective-C catch exception-declaration enumerator
1782 case ObjCCatchContext: in mayOmitIdentifier()
1808 case ObjCCatchContext: in mayHaveIdentifier()
1841 case ObjCCatchContext: in diagnoseIdentifier()
1896 case ObjCCatchContext: in mayBeFollowedByCXXDirectInit()
2092 case ObjCCatchContext: in isFunctionDeclarationContext()
/external/clang/lib/Sema/
DSemaType.cpp2643 case Declarator::ObjCCatchContext: in GetDeclSpecTypeForDeclarator()
2776 case Declarator::ObjCCatchContext: in GetDeclSpecTypeForDeclarator()
3482 case Declarator::ObjCCatchContext: in GetFullTypeForDeclarator()
4272 case Declarator::ObjCCatchContext: in GetFullTypeForDeclarator()
/external/clang/lib/Parse/
DParseObjc.cpp2514 Declarator ParmDecl(DS, Declarator::ObjCCatchContext); in ParseObjCTryStmt()