Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsTypeName

5914                                   bool IsTypeName,
5973 IsTypeName, TypenameLoc);
6219 bool IsTypeName,
6254 if (CheckUsingDeclRedeclaration(UsingLoc, IsTypeName, SS, IdentLoc, Previous))
6265 if (IsTypeName) {
6277 NameInfo, IsTypeName);
6329 if (IsTypeName) {
6370 assert(!UD->isTypeName() && "expecting a constructor name");
6408 bool isTypeName,
6431 DTypename = UD->isTypeName();
6445 if (isTypeName != DTypename) continue;