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

References

tools/clang/lib/Sema/SemaTemplate.cpp
  342   if (!ObjectType.isNull()) {
  346     LookupCtx = computeDeclContext(ObjectType);
  347     IsDependent = !LookupCtx && ObjectType->isDependentType();
  348     assert((IsDependent || !ObjectType->isIncompleteType() ||
  349             ObjectType->castAs<TagType>()->isBeingDefined()) &&
  366     if (ObjectType->isObjCObjectOrInterfaceType() ||
  367         ObjectType->isVectorType()) {
  402   if (!SS.isSet() && (ObjectType.isNull() || Found.empty())) {
  415     if (!ObjectType.isNull()) {
  429   if (ATK && !SS.isSet() && ObjectType.isNull() && TemplateKWLoc.isInvalid()) {
  512   if (S && !ObjectType.isNull() && !ObjectTypeSearchedInScope &&
  549           << ObjectType;
  552           << ObjectType;