Home
last modified time | relevance | path

Searched refs:ObjCTypeParamListScope (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp98 class Parser::ObjCTypeParamListScope { class in Parser
104 ObjCTypeParamListScope(Sema &Actions, Scope *S) in ObjCTypeParamListScope() function in Parser::ObjCTypeParamListScope
107 ~ObjCTypeParamListScope() { in ~ObjCTypeParamListScope()
242 ObjCTypeParamListScope typeParamScope(Actions, getCurScope()); in ParseObjCAtInterfaceDeclaration()
422 ObjCTypeParamListScope &Scope, SourceLocation &lAngleLoc, in parseObjCTypeParamListOrProtocolRefs()
575 ObjCTypeParamListScope Scope(Actions, getCurScope()); in parseObjCTypeParamList()
2132 ObjCTypeParamListScope typeParamScope(Actions, getCurScope()); in ParseObjCAtImplementationDeclaration()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1605 class ObjCTypeParamListScope; variable
1608 ObjCTypeParamListScope &Scope, SourceLocation &lAngleLoc,