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

References

tools/clang/lib/Sema/SemaDecl.cpp
12044     if (Type->isUndeducedType() &&
12108       if (!Type->isDependentType() && Var->isLocalVarDecl() &&
12110           RequireCompleteType(Var->getLocation(), Type,
12115       if (!Type->isDependentType() && !Var->isInvalidDecl() &&
12116           RequireNonAbstractType(Var->getLocation(), Type,
12120       if (!Type->isDependentType() && !Var->isInvalidDecl() &&
12136                                     = Context.getAsIncompleteArrayType(Type)) {
12152             RequireCompleteType(Var->getLocation(), Type,
12165     if (Type->isIncompleteArrayType()) {
12174     if (Type->isReferenceType()) {
12184     if (Type->isDependentType())
12192                               Context.getBaseElementType(Type),
12202     if (RequireNonAbstractType(Var->getLocation(), Type,
12221             = Context.getBaseElementType(Type)->getAs<RecordType>()) {