reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaDeclObjC.cpp
 1541       typeDecls.push_back(TypeOrClassDecl());
 1546       typeDecls.push_back(typeDecl);
 1552       typeDecls.push_back(objcClass);
 1557     typeDecls.push_back(TypeOrClassDecl());
 1618       TypeResult type = resolveTypeReference(typeDecls[i], identifierLocs[i]);
 1643     if (protocols[i] || typeDecls[i]) {
 1649         if (protocols[i] && typeDecls[i])
 1666       if (lookupKind == LookupOrdinaryName && typeDecls[i])
 1703         typeDecls[i] = typeDecl;
 1714         typeDecls[i] = objcClass;