Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp356 Decl *ClsType = Actions.ActOnStartClassInterface( in ParseObjCAtInterfaceDeclaration() local
363 ParseObjCClassInstanceVariables(ClsType, tok::objc_protected, AtLoc); in ParseObjCAtInterfaceDeclaration()
365 ParseObjCInterfaceDeclList(tok::objc_interface, ClsType); in ParseObjCAtInterfaceDeclaration()
367 return ClsType; in ParseObjCAtInterfaceDeclaration()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp5415 QualType ClsType; in GetFullTypeForDeclarator() local
5431 ClsType = Context.getDependentNameType(ETK_None, NNSPrefix, in GetFullTypeForDeclarator()
5443 ClsType = QualType(NNS->getAsType(), 0); in GetFullTypeForDeclarator()
5450 ClsType = Context.getElaboratedType(ETK_None, NNSPrefix, ClsType); in GetFullTypeForDeclarator()
5461 if (!ClsType.isNull()) in GetFullTypeForDeclarator()
5462 T = S.BuildMemberPointerType(T, ClsType, DeclType.Loc, in GetFullTypeForDeclarator()