Searched refs:ClsType (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 372 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/llvm-project/clang/lib/Parse/ |
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()
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 4319 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()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaType.cpp | 5341 QualType ClsType; in GetFullTypeForDeclarator() local 5357 ClsType = Context.getDependentNameType(ETK_None, NNSPrefix, in GetFullTypeForDeclarator() 5369 ClsType = QualType(NNS->getAsType(), 0); in GetFullTypeForDeclarator() 5376 ClsType = Context.getElaboratedType(ETK_None, NNSPrefix, ClsType); in GetFullTypeForDeclarator() 5387 if (!ClsType.isNull()) in GetFullTypeForDeclarator() 5388 T = S.BuildMemberPointerType(T, ClsType, DeclType.Loc, in GetFullTypeForDeclarator()
|