Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h1565 ObjCCatchContext, // Objective-C catch exception-declaration enumerator
1743 case ObjCCatchContext: in mayOmitIdentifier()
1769 case ObjCCatchContext: in mayHaveIdentifier()
1802 case ObjCCatchContext: in diagnoseIdentifier()
1857 case ObjCCatchContext: in mayBeFollowedByCXXDirectInit()
2053 case ObjCCatchContext: in isFunctionDeclarationContext()
/external/clang/lib/Sema/
DSemaType.cpp2215 case Declarator::ObjCCatchContext: in GetDeclSpecTypeForDeclarator()
2326 case Declarator::ObjCCatchContext: in GetDeclSpecTypeForDeclarator()
3283 case Declarator::ObjCCatchContext: in GetFullTypeForDeclarator()
/external/clang/lib/Parse/
DParseObjc.cpp1840 Declarator ParmDecl(DS, Declarator::ObjCCatchContext); in ParseObjCTryStmt()