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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp355 Decl *ClsType = Actions.ActOnStartClassInterface( local
362 ParseObjCClassInstanceVariables(ClsType, tok::objc_protected, AtLoc);
364 ParseObjCInterfaceDeclList(tok::objc_interface, ClsType);
366 return ClsType;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp5104 QualType ClsType; local
5120 ClsType = Context.getDependentNameType(ETK_None, NNSPrefix,
5132 ClsType = QualType(NNS->getAsType(), 0);
5133 // Note: if the NNS has a prefix and ClsType is a nondependent
5135 // in ClsType; hence we wrap ClsType into an ElaboratedType.
5136 // NOTE: in particular, no wrap occurs if ClsType already is an
5139 ClsType = Context.getElaboratedType(ETK_None, NNSPrefix, ClsType);
5150 if (!ClsType
[all...]

Completed in 114 milliseconds