Searched refs:ClsType (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 296 Decl *ClsType = in ParseObjCAtInterfaceDeclaration() local 304 ParseObjCClassInstanceVariables(ClsType, tok::objc_protected, AtLoc); in ParseObjCAtInterfaceDeclaration() 306 ParseObjCInterfaceDeclList(tok::objc_interface, ClsType); in ParseObjCAtInterfaceDeclaration() 307 return ClsType; in ParseObjCAtInterfaceDeclaration()
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 3007 QualType ClsType; in GetFullTypeForDeclarator() local 3017 ClsType = Context.getDependentNameType(ETK_None, NNSPrefix, in GetFullTypeForDeclarator() 3028 ClsType = QualType(NNS->getAsType(), 0); in GetFullTypeForDeclarator() 3035 ClsType = Context.getElaboratedType(ETK_None, NNSPrefix, ClsType); in GetFullTypeForDeclarator() 3046 if (!ClsType.isNull()) in GetFullTypeForDeclarator() 3047 T = S.BuildMemberPointerType(T, ClsType, DeclType.Loc, D.getIdentifier()); in GetFullTypeForDeclarator()
|