Searched refs:ClsType (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 356 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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaType.cpp | 5382 QualType ClsType; in GetFullTypeForDeclarator() local 5398 ClsType = Context.getDependentNameType(ETK_None, NNSPrefix, in GetFullTypeForDeclarator() 5410 ClsType = QualType(NNS->getAsType(), 0); in GetFullTypeForDeclarator() 5417 ClsType = Context.getElaboratedType(ETK_None, NNSPrefix, ClsType); in GetFullTypeForDeclarator() 5428 if (!ClsType.isNull()) in GetFullTypeForDeclarator() 5429 T = S.BuildMemberPointerType(T, ClsType, DeclType.Loc, in GetFullTypeForDeclarator()
|