Searched refs:ClsType (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 356 ObjCInterfaceDecl *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()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaType.cpp | 5507 QualType ClsType; in GetFullTypeForDeclarator() local 5523 ClsType = Context.getDependentNameType(ETK_None, NNSPrefix, in GetFullTypeForDeclarator() 5535 ClsType = QualType(NNS->getAsType(), 0); in GetFullTypeForDeclarator() 5542 ClsType = Context.getElaboratedType(ETK_None, NNSPrefix, ClsType); in GetFullTypeForDeclarator() 5553 if (!ClsType.isNull()) in GetFullTypeForDeclarator() 5554 T = S.BuildMemberPointerType(T, ClsType, DeclType.Loc, in GetFullTypeForDeclarator()
|