Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseObjc.cpp372 Decl *ClsType = in ParseObjCAtInterfaceDeclaration() local
384 ParseObjCClassInstanceVariables(ClsType, tok::objc_protected, AtLoc); in ParseObjCAtInterfaceDeclaration()
386 ParseObjCInterfaceDeclList(tok::objc_interface, ClsType); in ParseObjCAtInterfaceDeclaration()
388 return ClsType; in ParseObjCAtInterfaceDeclaration()
/external/clang/lib/Sema/
DSemaType.cpp4319 QualType ClsType; in GetFullTypeForDeclarator() local
4334 ClsType = Context.getDependentNameType(ETK_None, NNSPrefix, in GetFullTypeForDeclarator()
4346 ClsType = QualType(NNS->getAsType(), 0); in GetFullTypeForDeclarator()
4353 ClsType = Context.getElaboratedType(ETK_None, NNSPrefix, ClsType); in GetFullTypeForDeclarator()
4364 if (!ClsType.isNull()) in GetFullTypeForDeclarator()
4365 T = S.BuildMemberPointerType(T, ClsType, DeclType.Loc, in GetFullTypeForDeclarator()