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

/external/clang/lib/Sema/
H A DSemaType.cpp2755 QualType ClsType; local
2766 ClsType = Context.getDependentNameType(ETK_None, NNSPrefix,
2777 ClsType = QualType(NNS->getAsType(), 0);
2778 // Note: if the NNS has a prefix and ClsType is a nondependent
2780 // in ClsType; hence we wrap ClsType into an ElaboratedType.
2781 // NOTE: in particular, no wrap occurs if ClsType already is an
2784 ClsType = Context.getElaboratedType(ETK_None, NNSPrefix, ClsType);
2795 if (!ClsType
[all...]

Completed in 51 milliseconds