Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1606 class ObjCTypeParamListScope; variable
1609 ObjCTypeParamListScope &Scope, SourceLocation &lAngleLoc,