reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
6606 if (!VarType->isDependentType() && !VarType->isIntegerType() && 6606 if (!VarType->isDependentType() && !VarType->isIntegerType() && 6607 !VarType->isPointerType() && 6608 !(SemaRef.getLangOpts().CPlusPlus && VarType->isOverloadableType())) {