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

/external/clang/lib/Parse/
H A DParseObjc.cpp292 Decl *ClsType =
300 ParseObjCClassInstanceVariables(ClsType, tok::objc_protected, AtLoc);
302 ParseObjCInterfaceDeclList(tok::objc_interface, ClsType);
303 return ClsType;
/external/clang/lib/Sema/
H A DSemaType.cpp2947 QualType ClsType; local
2958 ClsType = Context.getDependentNameType(ETK_None, NNSPrefix,
2969 ClsType = QualType(NNS->getAsType(), 0);
2970 // Note: if the NNS has a prefix and ClsType is a nondependent
2972 // in ClsType; hence we wrap ClsType into an ElaboratedType.
2973 // NOTE: in particular, no wrap occurs if ClsType already is an
2976 ClsType = Context.getElaboratedType(ETK_None, NNSPrefix, ClsType);
2987 if (!ClsType
[all...]

Completed in 112 milliseconds