Searched refs:ClsType (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 374 ObjCInterfaceDecl *ClsType = Actions.ActOnStartClassInterface( in ParseObjCAtInterfaceDeclaration() local 381 ParseObjCClassInstanceVariables(ClsType, tok::objc_protected, AtLoc); in ParseObjCAtInterfaceDeclaration() 383 ParseObjCInterfaceDeclList(tok::objc_interface, ClsType); in ParseObjCAtInterfaceDeclaration() 387 if (Actions.ActOnDuplicateODRHashDefinition(ClsType, PreviousDef)) { in ParseObjCAtInterfaceDeclaration() 388 ClsType->mergeDuplicateDefinitionWithCommon(PreviousDef->getDefinition()); in ParseObjCAtInterfaceDeclaration() 392 DiagsEmitter.diagnoseMismatch(PreviousDef, ClsType); in ParseObjCAtInterfaceDeclaration() 393 ClsType->setInvalidDecl(); in ParseObjCAtInterfaceDeclaration() 397 return ClsType; in ParseObjCAtInterfaceDeclaration()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaType.cpp | 5585 QualType ClsType; in GetFullTypeForDeclarator() local 5601 ClsType = Context.getDependentNameType(ETK_None, NNSPrefix, in GetFullTypeForDeclarator() 5613 ClsType = QualType(NNS->getAsType(), 0); in GetFullTypeForDeclarator() 5620 ClsType = Context.getElaboratedType(ETK_None, NNSPrefix, ClsType); in GetFullTypeForDeclarator() 5631 if (!ClsType.isNull()) in GetFullTypeForDeclarator() 5632 T = S.BuildMemberPointerType(T, ClsType, DeclType.Loc, in GetFullTypeForDeclarator()
|