Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h1521 ObjCCatchContext, // Objective-C catch exception-declaration enumerator
1699 case ObjCCatchContext: in mayOmitIdentifier()
1725 case ObjCCatchContext: in mayHaveIdentifier()
1758 case ObjCCatchContext: in diagnoseIdentifier()
1813 case ObjCCatchContext: in mayBeFollowedByCXXDirectInit()
2001 case ObjCCatchContext: in isFunctionDeclarationContext()
/external/clang/lib/Sema/
DSemaType.cpp2194 case Declarator::ObjCCatchContext: in GetDeclSpecTypeForDeclarator()
2305 case Declarator::ObjCCatchContext: in GetDeclSpecTypeForDeclarator()
3229 case Declarator::ObjCCatchContext: in GetFullTypeForDeclarator()
/external/clang/lib/Parse/
DParseObjc.cpp1887 Declarator ParmDecl(DS, Declarator::ObjCCatchContext); in ParseObjCTryStmt()