Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp117 class Parser::ObjCTypeParamListScope { class in Parser
123 ObjCTypeParamListScope(Sema &Actions, Scope *S) in ObjCTypeParamListScope() function in Parser::ObjCTypeParamListScope
126 ~ObjCTypeParamListScope() { in ~ObjCTypeParamListScope()
265 ObjCTypeParamListScope typeParamScope(Actions, getCurScope()); in ParseObjCAtInterfaceDeclaration()
460 ObjCTypeParamListScope &Scope, SourceLocation &lAngleLoc, in parseObjCTypeParamListOrProtocolRefs()
611 ObjCTypeParamListScope Scope(Actions, getCurScope()); in parseObjCTypeParamList()
2189 ObjCTypeParamListScope typeParamScope(Actions, getCurScope()); in ParseObjCAtImplementationDeclaration()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1712 class ObjCTypeParamListScope; variable
1715 ObjCTypeParamListScope &Scope, SourceLocation &lAngleLoc,