Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsTypeName

5834                                   bool IsTypeName,
5895 IsTypeName, TypenameLoc);
6141 bool IsTypeName,
6176 if (CheckUsingDeclRedeclaration(UsingLoc, IsTypeName, SS, IdentLoc, Previous))
6187 if (IsTypeName) {
6199 NameInfo, IsTypeName);
6251 if (IsTypeName) {
6292 assert(!UD->isTypeName() && "expecting a constructor name");
6330 bool isTypeName,
6353 DTypename = UD->isTypeName();
6367 if (isTypeName != DTypename) continue;